我在几个网站上使用了几个月的 Like-Button。该按钮在 www.gartenfit.com 和 www.aussenanlagenideen.de 上仍然可以正常工作。
现在,几周以来,我再也看不到我的两个网站上的 Like-Button:www.tagstiles.com 和 www.kitawaldstrasse.de
如果我在 facebook 上登录,我可以在上面提到的两个网站上看到 Like-Button 的灰色阴影。如果我没有在 facebook 上登录,我看不到按钮。
我为 Like-Button 创建了一个新的 iframe-Code 并将其复制到一个新的 html 文档中。该页面是空白的(没有可见的 Like-Button)。我在 IE、FF 和 Opera 中尝试过。没有什么。这是我的代码:
<!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>
什么原因,我再也看不到Like-Button了?
问候!