Facebook like button code snippet for Google Blogger (iframe, 3 different style)
中文版:幫Google Blogger加入Facebook讚按鈕
Notice: Those code snippets are only for Google Blogger. If you want to add a like button to your web page, try official code generator.
Most people place like button in post footer. To do that, paste code snippet right below this line:
So, here are 3 most popular style of like button:
Standar layout with face:
Standar layout without face:
Button count:
Notice: Those code snippets are only for Google Blogger. If you want to add a like button to your web page, try official code generator.
Most people place like button in post footer. To do that, paste code snippet right below this line:
<div class='post-footer'>
So, here are 3 most popular style of like button:
Standar layout with face:
<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;'/>
Standar layout without face:
<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;'/>
Button count:
<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;'/>
留言
張貼留言