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 have a page for a bakery site, and on the page, there will be a list of cakes. There will be a picture of the cake, followed by a comments box, to let people comment on that specific cake. Each cake will need to have its own set of comments, separate from each other.

But unless I'm mistaken, facebook comment plugin is linked to a page's url, and can't be shown multiple times?

Is there any way to show it multiple times per page, and to link it individually to each cake, so the comments don't mix up?

share|improve this question

1 Answer

You could use a unique url for each comment box like: www.yoursite.com/#comments1, www.yoursite.com/#comments2 etc. This is described by Heliboy23 at this answer at the bottom of the page.

This works, however I don't know if that's the way to go if you'll need moderator rights for each box. I'm working on this right now, using Heliboy23's solution, but I can't get it to work with multiple and unique comment boxes. It works with one box or multiple boxes that behaves as one. (If you comment in one, the comment will show on all the others)

Maybe someone else can tell us how to include moderation rights?

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.