Facebook comments on my website work well except the fact when someone comments on one article that same comment shows up on every article on the website. Obviously, I don\'
Try This:
< div class="fb-comments" expr.href='data:post.url' data-width="600" data-numposts="5" data-colorscheme="light">
NOte:
in the above line in between < and div there is no space.
paste this code just above to
class='post-footer-line post-footer-line-3
Check in: http://debaonline4u.blogspot.com
Due to the need to have separation of concerns...."data-href" tag is there to serve...
For example: if you have some page www.example/123.com,,,, your data-href value must be www.example/123.com....
For doing this means is that render and store comments for www.example/123.com and it will not then appear on other pages....