I use the Facebook comment plugin on my multilingual website. My website s URL contains website language and when someone comments on example.com/en/page.html it is not visible for user who is viewing the same page in French example.com/fr/page.html I want to display all comments done on the page in different languages (different URLs in this case). How can do that?.
这是评注守则,其描述为here。
<div class="fb-comments" data-href="example.com/fr/page.html" data-num-posts="2" data-width="630"></div>