1. 文章底端放入 Like Button
編輯 HTML,搜尋第一個
<div class=’post-outer’>
在
<b:include data=’post’ name=’post’/>
下貼上
<script>
document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=<data:post.url/>&layout=standard&show_faces=true&width=450&action=like&font=verdana&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px"></iframe>');
</script>
完成。
2. 文章頂端放入 Like Button
編輯HTML,搜尋第二個
<div class=’post-header’>
在
<div class=’post-header-line-1’/>
下貼上
<script>
document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=<data:post.url/>&layout=standard&show_faces=true&width=450&action=like&font=verdana&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px"></iframe>');
</script>
完成。