With a Facebook Like and Share buttons widget your readers will share your content over the Facebook. If a visitor click on Like button then your blog post will be shared on their wall, also the process is same for Share button. People love Facebooking so try to get more from people's love. Blogger (blogspot) don't have a official widget for this, therefore I decided to give you a little junk of code for adding Like and Share button to your blogger blogs. You only have to copy and paste this code into your blog's template HTML area. Learn more about this quick method by reading below.

Adding Facebook Like & Share Button To Blogger Blogs
- Go to Blogger "Dashboard" and Select your Blog
- Navigate to its "Template" section
- Click on "Edit HTML" button > Now click anywhere in coding
- Press Ctrl+F a search bar will appear instantly now search for <data:post.body/>
- Copy below coding and paste above <data:post.body/>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" share="true" layout="button_count" width="450" show_faces="false" font=""></fb:like>
6. Now click on Save Template button and visit any blog post of your selected blog. The button will appear below blog post title.
NOTE: If you want to have Facebook Like and Share Buttons in footer area of your blog then add above coding below <data:post.body/>
NOTE: If you want to have Facebook Like and Share Buttons in footer area of your blog then add above coding below <data:post.body/>