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...
- Go to blogger home >> Template >> backup your template.
- Now Edit HTML
- Search for <data:post.body/>
- If you wish to add like and send buttons below the post titles paste code given below just above the <data:post.body/>
- If you want to add this at end of your posts please paste code given below just after <data:post.body/>
- 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.
- 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>
Now save your template and see your like and send button..


0 comments:
Post a Comment