Add the Facebook Like Button Below every Post
1. Log in to blogger.com
2. Click On Layouts and Edit Html
3. Click on Expand Widget Templates
4. Find This Code (Ctrl + F)
5. Paste This Code After 1st Code
<b:if cond='data:blog.pageType != "static_page"'>
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=button_count&show_faces=false&width=90&action=like&font=arial&colorscheme=light&height=21"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/>
</b:if>
You also can change :
•The width and height (see the above snippets)
•The “Like” word to “Recommended” by changing action=like to action= recommend
•Show faces by changing show_faces=false to show_faces=true.
•And turn off Send by applying send=true to send=false.
•Change like style layout=standard - layout=box_count or layout=button_count
Updated !!!~
Post a Comment