Hi everyone!
I have a bilingual WordPress site (with Polylang plugin). For comments I use only Facebook Comments plugin. And now if you write a comment, for example, on mysite.com/en/my-post/, it will be displayed only on it, and not will be, for example, on mysite.com/fr/my-post/. But I want the same comments on all these posts, regardless of language. I know it possible (I saw on some sites), but I don’t know how. Have you any idea?
Problem solved! I used custom fields. But you need to use a direct publication link, not like <?php the_permalink(); ?> or ‘.get_permalink().’. And if you want the translation of the Facebook plugin according to post, uncheck in Polylang settings: Synchronization => Custom fields and change the language of the first code Facebook comments plugin in custom fields.
Viewing 1 replies (of 1 total)
The topic ‘Polylang & Facebook Comments’ is closed to new replies.
(@nuvel)
5 years, 9 months ago
Hi everyone!
I have a bilingual WordPress site (with Polylang plugin). For comments I use only Facebook Comments plugin. And now if you write a comment, for example, on mysite.com/en/my-post/, it will be displayed only on it, and not will be, for example, on mysite.com/fr/my-post/. But I want the same comments on all these posts, regardless of language. I know it possible (I saw on some sites), but I don’t know how. Have you any idea?