I'm trying to use the Facebook comments plugin, I've put the following code in my comments.php file and it's appearing but I'm getting a error "Warning: http://www.url.co.uk/blog/� is unreachable." I've searched for solutions online but nothing has worked, it would be great if someone could help, thanks.
I'm using the following code:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<meta property="fb:app_id" content="217563054941531">
<fb:comments href=”<?php echo get_permalink($post->ID); ?>” num_posts="5" width="950">
<meta property="fb:admins" content="100002346092587"/>
</fb:comments>