I know there are a lot of posts on this subjects, i've read all of them, but didn;t resolve my problem.
I don't know what happened, it worked fine till a week or two ago. Now, when i click on the like button on my article, i cannot see that on facebook. More, if i write a comment on the like button, still doesn't work.
The code is:
<div class="fb-like" data-href="http://steagu.ro/index.php?id=<?php echo $myid; ?>&cat=1" data-send="false" data-width="200" data-show-faces="false"></div>
I've tried it also with xfbml code, but same result.
Of course, i have the other part needed for facebook, right after body section:
<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=386320764714835";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
You can test the like button here. The strange part is that I didn't make any changes to the code. The button is counting the likes, but with no effect on facebook page. Since it's happening only to me, must be an error in my website, which I wasn't able to find it