Good , has anyone ever had problems with the Facebook comment plugin? I integrated the site of the firm as described on the platform, it appears on the page but does not let anyone comment, every time I try to comment it returns:
"Sorry, this feature is currently unavailable"
and does not save the comment, the strange thing is that he gets to write the comment right, but 1 second later the message I mentioned above appears. I put the code they passed me at the top of the page:
<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/pt_BR/sdk.js#xfbml=1&version=v2.9&appId=315825798851463";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
And where do I want the comment to appear:
<div class="fb-comments" data-href="http://www.weisetech.cf/website/pageswebsite/noticias.php" data-width="900" data-numposts="5"></div>
You can test if you wish (I'm happy until hehe) at the temporary address that is: weisetech.cf/noticias
I did not find anything about problems with the plugin on Google, I call on StackOverFlow friends to save me again.
SOLVED, there was no error in the code, but as I was testing in a free domain, I think facebook blocks somehow the insertion of the comments, I tested it in the .com this same code that is there and It worked, Phew! A VERY THANK YOU to my friend Paulo who with the comments below helped me a lot to simplify this insertion of comments, once again, thank you very much to everyone who tried to help me like Edson and Victoria, hug!