標籤彙整: share

WordPress 安裝筆記 – 3.在文章中加入Facebook按鈕

3.連結FACEBOOK的「讚」和「發送」
3.1 把以下程式碼,加入index.php, archive.php, single.php中

<div id="fb-root"></div>
<script src="http://connect.facebook.net/zh_TW/all.js#appId=118406191585171&amp;xfbml=1"></script>
<fb:like href="<?php the_permalink() ?>" send="true" width="450" show_faces="true" font="" colorscheme="dark"></fb:like>

3.2 相關說明:facebook developer