I'm in the process of creating a blog using Scriptogr.am, and have installed Facebook's comments plugin. It works, but does not enable unique comments per post. In other words, comments on one post appear on all the others.
I think the problem is in the data-href in the code below, which presumably should be grab a post's unique url.
<div class="fb-comments" data-href="http://mysitename.com" data-num-posts="10" data-width="523"></div>
I've reviewed comments on this SO post and a number of others, but I can't figure out how I should implement this.