How to Install Facebook Like Button

Posted by Administrator 0 comments
In this post i will discuss other techniques to spread your blog posts on Facebook that is by placing a button like Facebook on your blog posts.

The advantage is that the reader can easily share their favorite posts to their facebook friends with just one click. And as the blog owner, you also get the advantage of additional traffic from readers who want to share your article links on their Facebook profile.

Well for those of you who are interested to install like this button, please follow steps below:

1. Open Blogger. Go to the menu Design -> Edit HTML
2. Check the boxes for "Expand Widget Templates"
3. Find the code <data:post.body/>
4. If you find two codes <data:post.body/> then select the first one.
5. Place following code below <data:post.body/> if you want to put button below the post or place above <data:post.body/> if you want to install button above post
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' height='30' scrolling='no' style='border:none; overflow:hidden; '/>

6. Then save your template.

The result will be like this




If you want to create a button in a form like this





then replace standard with button_count

You can also change background color to dark by replacing light became dark.

Good luck. Hopefully useful ...