Facebook comments plugin - same comments on every page

后端 未结 8 661
暗喜
暗喜 2021-01-14 04:19

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\'

相关标签:
8条回答
  • 2021-01-14 04:47

    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

    0 讨论(0)
  • 2021-01-14 04:48

    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....

    0 讨论(0)
提交回复
热议问题