How to Add Facebook Like Button to Your Blogger Post
Here is Simple tips how to add facebook like button to every blogger post
Dashboard >> Lay out >> Edit Html >> Expand Template Widget
Scroll down to where you see below code (Ctrl+F3)
<div class='post-header-line-1'/>
Now copy this code and paste just before the above code :
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
You can change :
layout=standard to layout=button_count
show_faces=false to show_faces=true
action=like to action=recommend
font=arial to font=lucida+grande or font=segoe+ui or font=tahoma or font=trebuchet+ms or font=verdana
colorscheme=light to colorscheme=dark
Now save your template and you are done.
Thanks for like this post
Dashboard >> Lay out >> Edit Html >> Expand Template Widget
Scroll down to where you see below code (Ctrl+F3)
<div class='post-header-line-1'/>
Now copy this code and paste just before the above code :
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
You can change :
layout=standard to layout=button_count
show_faces=false to show_faces=true
action=like to action=recommend
font=arial to font=lucida+grande or font=segoe+ui or font=tahoma or font=trebuchet+ms or font=verdana
colorscheme=light to colorscheme=dark
Now save your template and you are done.
Thanks for like this post