Thursday, May 26, 2016

TUTORIAL Facebook send button for Blogger


how to add the send button to blogger, has lot of plugins for wordpress, cms and modules for other modules, and now how to add the send button facebook button in blogger,


here I will briefly discuss about how to crte a facebook bagaimanca the send button for bloggers


1. Login to your Blogger Dashboard, and navigate to Design > Edit HTML.


2. Click on the checkbox which says “Expand Widget Templates”


3. Now look for




and just before it add,


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

This snippet is needed for all of the Facebook FBML markup to work. If you have added it to get some other FB widget to work, then there is no need to add it up again.


4. Look for and immediately below that paste the following .

<div>

<fb:send expr:href="data:post.url" font="arial" colorscheme="light"></fb:send>

</div>

5. Save your template, and now you should have the send button working on your blog.

Hmmmm I want something more than the plain send button!!


In that case, you can use the Facebook like button which can accommodate a send button along with it. To know more about the usage, refer the following post.

No comments:

Post a Comment