Friday, 18 May 2012

Add Facebook Send and Like Button Under Posts In Blogger

Previously, I wrote on How To Add Facebook Like Widget In Sidebar. But here I am going to show you an easier way to like and send / share your posts with just one click. User will be more attracted to like your posts while reading or after reading article. If readers loved your post much, they will even send it to their friends on facebook. Facebook has combined the like and send button into a single plugin. This widget will took less time and less space but will work greater for you.


Add Facebook Like and Send Button To Blogger Posts

1. Go to Blogger Dashboard > Your Blog > Template > Edit HTML
2. Backup your template.
3. Check the box of expand widget template.
4. Search for <data:post.body/>.
5. Now if you want to add the plugin at the end of posts, then add the following code below <data:post.body/>. If you want to add the plugin just below post titles, then add the below code before <data:post.body/>.
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="true" layout="button_count" width="450" show_faces="false" font=""></fb:like>
6. Now save your template and you're done !

No comments:

Post a Comment