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?
Trying to add to my blog, no success ๐
Do you have xmlns:fb=”http://www.facebook.com/2008/fbml” inside your html tag?
Also you can try and force facebook to re-scrape your blog by using the facebook linter tool http://developers.facebook.com/tools/lint/
Trying to add to my blog, no success ๐
Do you have xmlns:fb=”http://www.facebook.com/2008/fbml” inside your html tag?
Also you can try and force facebook to re-scrape your blog by using the facebook linter tool http://developers.facebook.com/tools/lint/