Problem with like button on website

santiago22

Regular Member
Joined
Jul 15, 2012
Messages
326
Reaction score
6
Hi i have problem on one url with like,share and comment on my website. This url had maybe 500 likes. Now i see only 0 and i cant click on like, cant share or comment on this url. Where is problem? Maybe i had wrong thumbnails picture on fb. Not nudity, only censorship on thumbnail.

Where is problem? FB block this url on my web?
 
Are you using a plugin to add that functionality to your website?
 
yes, everything works fine few months, i have problem only with this one url
 
Include the JavaScript SDK on your page once, ideally right after the opening <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_GB/all.js#xfbml=1&appId=457118684414792";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


Place the code for your plugin wherever you want the plugin to appear on your page.
<div class="fb-like" data-href="website-url" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>

I hope this could help you to fix your problem :D
 
Back
Top