I'm developing a website that will have several different posts (like a blog, for example). I added the comment plugin with Facebook, so that users who access can comment. However, I'm in the following situation:
The user accesses a news story: nomedosite.com/noticias?id=1
The news is displayed and at the end the comment system is displayed. When the user comments, the comment is saved. But when opening another news:
nomedosite.com/noticias?id=2
, comments from the previous news appear together. I need every news item to have its 'line' of comments. How can I do this?