Lets assume you have 2 website versions that share single database: a mobile version and a desktop version of your main website. Their URLs differ significantly.
Is it possible to implement the same Facebook plugin (using one the same Facebook app) on each of them? What I need to achieve is to show same comments below same articles no matter that their URLs differ.
Sample URLs for one article:
1) On the desktop version: https://www.somesite.com/somepath/article1 2) On the mobile version: https://m.somesite.com/differentpath/article1
They show the same content but totally differ as URL. So they should include the same comments. Is that doable with a single Facebook app?