Add Facebook Send button to Website
Facebook also provides a Send button just like the Facebook Like button for website – when you add Facebook send button to website, you allow your readers to send your post links directly through Facebook Messages.
You can add this send button on your blog or website to allow your visitors to share and send the content more effectively with the help of their Facebook account. When a visitor on your blog or website clicks the send button, it shows a dialog with sending options just like an e-mail box. The sending options will only be shown if the user is logged-in to Facebook, else the dialog will ask to login first.
Add Facebook Send button to Website
The Facebook send button can be added to a website or blog either in the solo or in the integrated format with the like button. The button can be showed up on a web page by putting a code generated from the Facebook send button plugin page. But as the send button plugin requires a fixed URL to generate code, it limits people to use it for a single web address only. So, what we have to do to put this on our weblogs? Below is the solution for some popular platforms used for blogging all over the world.
Choose one between Send button (Solo) and Like button + Send button for your blog.
Facebook Send button for WordPress
Go to your theme directory and open single.php in editing mode. Put the below given code just * above / below <?php the_content(); ?>:
Send button (Solo):
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:send href="<?php the_permalink(); ?>" font=""></fb:send>
Like button + Send button:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="<?php the_permalink(); ?>" send="true" width="450" show_faces="false" font=""></fb:like>
Save the changes.
Facebook Send button for Blogger
Log in to you Blogger account and go to Blogger Dashboard » Design » Edit HTML. Find <data:post.body />, paste the following code * above / below it:
Send button (Solo):
<b:if cond='data:blog.pageType == "item"'>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:send expr:href="data:post.url" font=""></fb:send>
</b:if>
Like button + Send button:
<b:if cond='data:blog.pageType == "item"'>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like expr:href="data:post.url" send="true" width="450" show_faces="false" font=""></fb:like>
</b:if>
Click Save Template.
Facebook Send button for Tumblr
Go to your Tumblr Dashboard » Edit » HTML. Find {/blocks:Posts} and paste the following code * above / below it:
Send button (Solo):
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:send href="{Permalink}" font=""></fb:send>
Like button + Send button:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="{Permalink}" send="true" width="450" show_faces="false" font=""></fb:like>
Click the Update button.
Facebook Send button for Posterous
Log in to your Posterous account and go to Manage » Theme and Customize » Advanced » Enable Advanced Theming. Now find <div class="posterous_header"> and paste the following code just * above / below it:
Send button (Solo):
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:send href="{Permalink}" font=""></fb:send>
Like button + Send button:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="{Permalink}" send="true" width="450" show_face="false" font=""></fb:like>
Save the changes.
After doing the changes, you can see the Send button in your blog posts. You can see it live at the end of this post.
* above / below: Wherever you want to make it appear either above the post or at the footer of the post.
Quick Tip: Use Ctrl + F or Command + F to find the code in your browser.
So, Facebook users now can use this new feature to share what they like on web privately with their friends. Hope you find this post of your use. Also see how to Recover Hacked Facebook Account