Have you tried the new facebook send button yet?

I’m not sure how it will pan out yet but I’m testing it as we speak, I guess it will be good for sharing with individuals without cluttering up the facebook newsfeed, you can even send it to individual facebook groups which is actually quite neat if the content is relevant of course!

For WordPress users you can replace the ‘URL to Send’ with <?php the_permalink(); ?> to send individual urls for each of your WordPress posts, use the following code:

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:send href="<?php the_permalink(); ?>"></fb:send>

How about you, have you tried the new facebook send button yet?

4 thoughts on “Have you tried the new facebook send button yet?

Leave a Reply

Your email address will not be published. Required fields are marked *