I'm using WP 3.3.2, the Genesis framework and used the Facebook comments by going to Facebook and creating an app, which then gave me some code to put into my website.
However, I'm getting the same Facebook comments on all my blog posts! I've looked at how to best fix this and haven't come across anything that's helpful. The site is pretty large with a lot of posts, so I want to fix this as soon as possible. Any ideas?
Here is the code. The first half goes in after the WP post (in Genesis Hooks, genesis_before_comments), and the second half goes before the closing /body tag.
<div class="fb-comments" data-href="http://www.mywebsite/ " data-num-posts="3" data-width="590"></div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=250254308400020";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
[ Please do not bump, it's not permitted here. ]