2011年7月17日 星期日

[分享] [Facebook]在Blogger每篇文章中加入臉書說讚按鈕

今天晚上研究了好久,
不想用官方給的英文Like,
參考以下兩位大大的文章終於成功,
哲生博客 Jason Blog
Nobody Search
官方英文版的網頁


登入Blogger設計 → 進入範本 → 修改html → 勾選 "展開小裝置範本"

  1. 如要放在文章內容的頂方 
    →收尋<b:includable id='post' var='post'> 
    在此行的下面,貼上下列語法:
    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;);
  2. 如要放在文章的底部
    →收尋<data:post.body>
    在此行的下面,貼上下列語法:

    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;);




覺得這篇值得推薦,別忘記在下方按個讚喔!