Today, My blogger friend asked this question and here is an easy solution for blogspot blogs as well as other free blogging platforms.
Go to blogger dashboard under my blogs
- click on Template as shown in below image. (double click on image to view in full screen)This image is for dofollow blogdirectory blog
- Click on” Edit HTML” button.
- Check the box Expand Widget Templates.Back-up your template if you are not confident.
- search for <data:post.body/> by pressing CTLR+F key.
- Add following code before <data:post.body/> (if you want to add facebook like and send button after your post title.
- <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=”500″ show_faces=”false” font=”"></fb:like>
If you want to add Facebook like and send button in the end of your blogger(blogspot) post, add same code after <data:post.body/>
Another sharing widgets are:
1) Sharing is sexy widget
2) Share the knowledge widget , Share the wealth etc
3) ShareThis,
4) AddThis
google out those words and you will find codes, you have to add code same as shown in this tutorial.








