i need to add facebook comment to each of my Products page i'm using asp.net and my Products page url like this (mydomail.com/Products.aspx?id=5) is there any way to do this
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.
|
|
|
Similar to the Facebook Like button, the Facebook comments plugin is associated with a URL -- it's what makes it unique. Since you're using an id parameter in your URL, simply pass in your URL to the comments plugin. That should make it so that every page has a unique set of comments. For example, on products page 5 you could do:
You'll of course want to make sure that you've dropped in the Facebook Javascript SDK snippet (I'd recommend loading this into the top of your HTML body dynamically):
There are other types of plugins that you can use (XFBML, IFRAME), and everything is documented here. |
|||||||||||
|