Hey there guys, this is the URL where I have the problem:
If you scroll down you’ll see a table called “Commenti Facebook”; and it’s currently empty.
So, I have an active App in the FB Developers website, I included this code just after <body>:
<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/it_IT/sdk.js#xfbml=1&version=v2.5&appId=843612095710696";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
And then I used this code in the page:
<div class="fb-comments" data-href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" data-numposts="5"></div>
What’s the problem? As you can see the box for comments isn’t showing at all. I can’t really understand why. Do you have any idea? I also thought I could be an issue caused by the CloudFlare RocketLoader system, but in another website that I have, which is still using Rocket Loader, the same technique is working without problems.