Google +1 ボタンをWordpressに設置する方法。
+1ボタンとは、字の通りイチオシといったところかな。
Add +1 to your pages to help your site stand out
上のリンク先に行って、SizeとLanguageを選ぶと埋め込みコードができるよ。
SizeをMedium(20px)、LanguageをJapaneseにした場合は次のようなコードができあがる。
<!-- Place this tag in your head or just before your close body tag --> <script type="text/javascript" src="http://apis.google.com/js/plusone.js"> {lang: 'ja'} </script> <!-- Place this tag where you want the +1 button to render --> <g:plusone size="medium"></g:plusone>
あとはこのコードのコメントにあるとおりにすればOK。
外観→テーマ編集で
ヘッダー(header.php)の