Home » , » How To Add Facebook Send Button Every Post to Blogger

How To Add Facebook Send Button Every Post to Blogger

Facebook has launched a new button for sharing in private. This button features are amazing and it’s completely different from the “facebook like button”. It allows your visitors:




1. Share your posts with selected friends through Facebook Messages.

2. Post them to Facebook Groups.

3. Email them (without snippet) to individuals.

Do you want to add Facebook send button. Today I try to show to do it simply. Just follow the below steps carefully.

1. Login to your Blogger Account.

2. From Dashboard >> Tamplate >> Edit HTML.

3. Don't forget to backup your template first.

4. Check the Expand Widget Templates box.

5. Find out (Press Ctrl+F) the Code  </head>

6. Now Just before the </head> Paste the following Code

<script
src='http://connect.facebook.net/en_US/all.js#xfbml=1'
type='text/javascript'/>

7. Now find (CTRL+F) this in the Code:  <data:post.body/>

8. Now Just before the <data:post.body/> Paste the following Code

<div style="float:left; padding:4px;">
<fb:send expr:href="data:post.url" font="arial"
colorscheme="light"></fb:send>
</div>

9. Save your template and you are done.

0 comments:

Post a Comment