I used the Like-Button for months on several websites. The button still works well on www.gartenfit.com and www.aussenanlagenideen.de.
Now, since a couple of weeks I can't see the Like-Button on two of my websites anymore: www.tagstiles.com and www.kitawaldstrasse.de
If I'm logged in on facebook, I can see the grey shadow of the Like-Button on the two websites mentioned above. If I'm not logged in on facebook, I can't see the button.
I created a new iframe-Code for the Like-Button and copied it into a new html-document. The page is blank (no visible Like-Button). I tried in IE, FF and Opera. Nothing. Here's my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
</head>
<body>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Ftagstilescom%2F314372591939008&send=false&layout=standard&width=150&show_faces=false&action=like&colorscheme=light&font=verdana&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:35px;" allowTransparency="true"></iframe>
</body>
</html>
What's the reason, that I can't see the Like-Button anymore?
Regards!