How to Install Facebook Like Button
0
comments
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='"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' 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 ...








