幫Google Blogger加入Facebook讚按鈕(like button)
注意:以下的程式碼片段是Google Blogger專用的,如果你想幫一般網頁加上讚按鈕,請使用官方的程式碼產生器。
大部分人都把讚按鈕放在文章頁腳,如果你也要這麼做,把程式碼貼在這行的下一行:
<div class='post-footer'>
嗯,以下是三個最流行的讚按鈕:
標準外觀+顯示臉:
<iframe allowTransparency='true' expr: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"'
frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px;
height: 65px;'/>
標準外觀不顯示臉:
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href="
+ data:post.url + "&layout=standard&show_faces=false&width=450&height=35&action=like&font=verdana&colorscheme=light"'
frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px;
height:35px;'/>
按鈕+計數:
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href="
+ data:post.url + "&layout=button_count&show_faces=true&width=100&action=like&font=verdana&colorscheme=light"'
frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px;
height: 21px;'/>