How to add Facebook like and send buttons to every posts in my blog...


How to add facebook like and send button for your blog...

  1. Go to blogger home >> Template >> backup your template.
  2. Now Edit HTML 
  3. Search for <data:post.body/>
  4. If you wish to add like and send buttons below the post titles paste code given below just above the <data:post.body/> 
  5. If you want to add this at end of  your posts please paste code given below just after <data:post.body/> 
  6. If you have many <data:post.body/> tags in your template add this after or before  2nd or 3rd one. This is works 3rd one for me. 
  7. This is the HTML code. 

<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="460" show_faces="false" font=""></fb:like>

   8.  If you want to hide the send button replace true with false.
Now save your template and see your like and send button.. 

0 comments:

Post a Comment