I'm adding the Facebook Comments plugin to a site I'm building on my localhost that has a domain similar to: http://subdomain.domain.lom/
I've added the required code to the page and the plugin appears correctly and I can add comments. The only thing is that it displays a warning message:
Warning: http://subdomain.domain.lom/path is unreachable
I've also added the moderation <meta>
tag to the head of my site:
<meta property="fb:app_id" content="{APP-ID}"/>
But when I login to the Facebook comment moderation tool, I don't see any of the test comments I've added.
Is this because I'm testing locally? If so, is there a way I can get the moderation working while developing locally?