2013年9月27日 星期五

Blogger每篇文章頭尾加上按讚功能 (速成法)


1. 文章底端放入 Like Button


編輯 HTML,搜尋第一個
<div class='post-outer'>
<b:include data='post' name='post'/>
下貼上
<script>
document.write(&#39;&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<data:post.url/>&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=verdana&amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:450px; height:65px&quot;&gt;&lt;/iframe&gt;&#39;);
</script>
 
完成。

2. 文章頂端放入 Like Button

編輯HTML,搜尋第二個
<div class='post-header'>
<div class='post-header-line-1'/>
下貼上
<script>
document.write(&#39;&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<data:post.url/>&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=verdana&amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:450px; height:65px&quot;&gt;&lt;/iframe&gt;&#39;);
</script>
完成。

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...