2011/07/29

FacebookやTwitterの「いいね」ボタンの設置

それぞれ専用のページから取ってこれます。

http://twitter.com/goodies/tweetbutton

サンプル
<a class="twitter-share-button" data-count="horizontal" data-lang="ja" href="http://twitter.com/share">ツイート</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>

http://developers.facebook.com/docs/reference/plugins/like/

サンプル
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=256349884376536&amp;xfbml=1"></script>
<fb:like font="" href="" send="true" show_faces="true" width="450"></fb:like>

0 件のコメント: