Facebook comments plugin - same comments on every page

后端 未结 8 731
暗喜
暗喜 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条回答
  •  梦毁少年i
    2021-01-14 04:37

    Don't use the root url for the data-href. You need to generate the url for each page dynamically. E.g. if this was a WordPress blog, you would use php code data-href=""

提交回复
热议问题