This is an automatic Like-spam protection from facebook - happens if the Like button gets clicked a lot. Afaik you can increase the chance that it does not happen if you use an App ID for the JavaScript implementation.
Like this:
<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/de_DE/all.js#xfbml=1&appId=xxxxxxxxxxx";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
I would recommend to ALWAYS use an App with any Like button, it´s also in the code generated on the plugin site:
https://developers.facebook.com/docs/reference/plugins/like/