Friday, 26 August 2011
Facebook send button for Blogger
Do you like this story?
t had been some time since Facebook released their new Send Button.The Send button is a social plugin that websites can use to let people send a link to a friend through Facebook Messages, post it to a Group, or email it to an individual. Follow this tutorial to add it to your Blogger Blog.
Configure how your Send button should look like, using the options below, and then continue following the instructions in this tutorial.
Demo
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
</head>
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 <data:post.body/> and immediately below that paste the following code.
<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.
This post was written by: kashif
For Suggestions and complains email us at pakcompany@yahoo.comTwitter
Subscribe to:
Post Comments (Atom)
0 Responses to “Facebook send button for Blogger”
Post a Comment