Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
You're correct it should be a unique url. What blogging software are you using? Can't you just replace data-href to print out the current url (or the posts url) using whatever language your site is built upon? Most blogging software has this as well, such as wordpress and the_permalink function – TommyBs May 22 '12 at 6:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.