Facebook comments plugin - same comments on every page

后端 未结 8 712
暗喜
暗喜 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: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....

提交回复
热议问题