How can i group and display facebook comments done with FB comments plugin on different pages (same page in different languages)?
Posted
by
user1061544
on Stack Overflow
See other posts from Stack Overflow
or by user1061544
Published on 2011-11-23T09:47:26Z
Indexed on
2011/11/23
9:50 UTC
Read the original article
Hit count: 405
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?.
This is the comment code as it is described here.
<div class="fb-comments" data-href="example.com/fr/page.html" data-num-posts="2" data-width="630"></div>
© Stack Overflow or respective owner