here I will briefly discuss about how to create 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 code 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
<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.
Post a Comment