I have a static site. Facebook comment "thanks" on page1.php is also visible at all pages i.e. page2.php, page3.php etc. I have FB application API. How can I set the comment "thanks" for page1.php only not for the all pages? I am not much technical, referring to a tutorial will be highly appreciated. Thanks & regards!
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.
|
|
|
From https://developers.facebook.com/docs/reference/plugins/comments/, the url you use gets programmed into the plugin code you copy onto your site. You will need to hand modify the data-href for each page you paste it into. This would go on page 1
This would go on page 2
etc... |
|||||||||
|