ワードプレスに手作業でソーシャルボタンとRSS登録ボタンを付ける

ソーシャルボタン
FeedlyとPocketへの登録ボタンも入っています。
手作業で設置したい方向けまとめ

まずはソーシャルボタンに必要な部分

ワードプレスの個別記事のURL

<?php the_permalink(); ?>

ワードプレスの個別記事のタイトル

<?php the_title(); ?>

ソーシャル登録ボタン

◆Facebookのソーシャルプラグインのページ

「いいね!」とか「コメント」のプラグインがあります。

Social Plugins – https://developers.facebook.com/docs/plugins/

◆はてなブックマークのソーシャルボタンのページ

このエントリーをはてなブックマークに追加

はてなブックマークボタンの作成・設置について – http://b.hatena.ne.jp/guide/bbutton

◆Twitterのソーシャルボタンのページ


Twitter / Twitterボタン – https://twitter.com/about/resources/buttons

◆LINEへ送るのソーシャルボタンのページ

LINEで送る

設置方法|LINEで送るボタン – http://media.line.naver.jp/howto/ja/

◆Google+のソーシャルボタンのページ

+1 Button – Google+ Platform — Google Developers – https://developers.google.com/+/web/+1button/?hl=ja

◆Pocketのソーシャルボタンのページ


Pocket for Publishers: Pocket Button – http://getpocket.com/publisher/button

◆Tumblrボタンのソーシャルボタンのページ

Share on Tumblr

ボタン | Tumblr – http://www.tumblr.com/buttons?language=ja_JP

RSS登録ボタン

◆Livedoorリーダー登録ボタン作成のページ

Subscribe with livedoor Reader

livedoor Reader – RSSリーダー : RSS登録バナー – http://reader.livedoor.com/publish/banner/

◆MyYahoo登録ボタン作成のページ

My Yahoo!に追加

My Yahoo! – ブロガー、サイト運営者のためのRSS活用ガイド – http://docs.my.yahoo.co.jp/st/rssguide/button.html

◆Feedlyに追加するボタン作成方法

mzl.lcmwvnqa

[参考]ブログに「Feedlyで読む」を追加する方法 – http://05step.com/2013/03/27/read-feedly/

一応置いておきますね
[iPhone]FeedlyURLスキーム
fb129765800430121:

では。