Facebook Like & Send Button
Facebook was famous with its Like Button in social sharing. And now, they have come out a more functional social sharing button, which is – Send Button.
A short intro for this Send Button. This button, when you click on it, there will have a small window popup underneath for you to fill up To: field and the Message: field. You can see, you’re now able to not only share the webpage to your Facebook profile, Facebook friend, or Facebook group. You even can directly email the webpage to your friends. This button is more contagious than previous one =P
How to get Send Button
You can get it either together with Like Button
https://developers.facebook.com/docs/reference/plugins/like/
or get it only to show Send Button
(this enable you to be more easy manupulating the location for the button)
https://developers.facebook.com/docs/reference/plugins/send/
When putting the code into your website or blog, URL to Like/Send field is the one you need to taking care of slightly only.
For WordPress, if you like to let the Send Button to send the respective post url, put this code <?php the_permalink(); ?>
after this line of code <fb:like href="
. It will be better to manually edit the code rather than paste it into the field.
For Blogspot, you may just leave the field blank.
Now, have fun with this Send Button =) Don’t forget to Send this post to your friend who you found would benefit from this tips.
The facebook button response slower than the plugin I am using now. any solution? ;p
heheh, i think can’t do any adjustment on that ba =P the slowdown might cause by loading friends list.