wordpress ソーシャルボタンPlugin

Facebookの”いいね!”ボタンを付ける

[html]
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px;"></iframe>
[/html]
を投稿ページsingle.phpのテンプレートに貼り付ける。

Twitterにツイートするボタンを付ける

[html]
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
[/html]
を投稿ページsingle.phpのテンプレートに貼り付ける。

TweetMeme Retweet ボタンを付けるプラグイン

TweetMeme Retweet Button

Positionを”Manual”にしたときは下記のタグでボタンの位置を決める。
[html]
echo tweetmeme();
[/html]

wordpress plugin