http://www.escapingaspinningroom.com/photos/photo/193 is a web page where I have the comment iFrame on. Litteraly, the only things that change on the page are the description, and image id. Everything else is virtually the same.
http://www.escapingaspinningroom.com/photos/photo/192
this page displays the error. I don't know what I'm doing wrong here.
here are my meta tags:
<meta property="og:type" content="easroom:photo" />
<meta property="og:title" content="Escaping A Spinning Room | Photo" />
<meta property="og:image" content="<?php echo URL . "images/" . $photo->url ?>" />
<meta property="og:description" content="<?echo $photo->disc?>" />
<meta property="og:url" content="http://www.escapingaspinningroom.com/photos/photo/<? echo $this->picid?>" />
<meta property="fb:app_id" content="{36532270688XXXX}"/>
and what they look like on the on my web page (X is there on purpose),
and this is what they look like on the finished page
<meta property="og:type" content="easroom:photo" />
<meta property="og:title" content="Escaping A Spinning Room | Photo" />
<meta property="og:image" content="http://www.escapingaspinningroom.com/images/13479919974.jpg" />
<meta property="og:description" content="Barry looking at the city after a long night of drinking. Actor Michael Souto." />
<meta property="og:url" content="http://www.escapingaspinningroom.com/photos/photo/189" />
<meta property="fb:app_id" content="{36532270688XXXX}"/>
<meta charset="utf-8">
This is located right after the <body> tag
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=36532270688XXXX";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
And here is where the comments code is.
<div class="fb-comments" data-href="http://www.escapingaspinningroom.com/photos/photo/<? echo $this->picid ?>" data-num-posts="4" data-width="310" data-colorscheme="dark"></div>
I tried using their debugger tools, but it won't scrape my website.
I'm having a lot of trouble with these facebook comments. If you guys have any great alternatives, and not Disqus, that would be great. free too lol