First there was the “Share” button, which was then replaced by the “Like” button, now Facebook has added the “Send” button. The Send button is a new feature Facebook is hoping will be the next trend in sharing and a counter-part to the Like button.
The idea behind this Send button feature is to allow users the ability to share content with selected friends, and not spill the beans with the entire network.
As opposed to the extremely trendy Like button, Facebook’s new Send button gives users a level of privacy and convenience. Users will find that when they use the Send button there will be fewer required steps. Also, users will not need to look up email addresses of those they are sending too; instead, the feature will offer “auto-suggesting” for friends and Groups. Thus, as a user, you can kick-back and send content with only members you have approved to see.
Adding the Send Button to Your Website:
You can easily add the Send button to any existing Like buttons on your website, or you can add it as a standalone feature.
– If you are currently using the XFBML Like button, just include the send=”true” attribute in the code and you will create the combined Like and Send button.
– If you are using the iFrame version of the Like button will need to upgrade to XFBML to display a Send button.
You can generate the <a href= “http://developers.facebook.com/docs/reference/plugins/like/“> Like and Send button here</a>, or you can use the following code to create the combined
Send button:
<div id=”fb-root”></div>
<script src=”http://connect.facebook.net/en_US/all.js#xfbml=1″></script>
<fb:like href=”example.com” show_faces=”true” width=”450″ send=”true”>
</fb:like>
Developers can add a standalone Send button with the following 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>