How to add Facebook send button to your website
So Facebook have done away with the Share button a few weeks ago and now have launched a Send button instead. The new Send button allows Facebook members to send a page of your content to select friends, groups or email addresses. Great to make links a bit more personal rather than having to use lists or worry about who is seeing what links members post.
To add the new Facebook Send button you just need to paste the following code into your website templates wherever you want the button to appear. If you already have Facebook Like installed on your site just add
send=”true” to your Facebook like code snippet.
Alternatively if you want to place the Send button using its own code then add the following to your code:
<div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:send href="example.com"></fb:send>
Easy as that. We love that Facebook have extended the Like button to cover adding the Send button. Should make it quick and easy to roll this out across your sites.


