2012年4月16日月曜日

Bloggerにfacebook、twitter、Google+の共有ボタンを表示する

テンプレート

HTMLの編集

ウィジェットのテンプレートを展開にチェックを入れる

Ctrl+Fで「quickedit pencil」を検索

<!-- quickedit pencil -->
の下に
 
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f8ae2d94ae9200c"></script>
<!-- AddThis Button END -->
 
を入れてテンプレートを保存で完了!
 
引用:http://www.addthis.com/ 
 
 

0 件のコメント:

コメントを投稿