Facebook之类的按钮不会出现

时间:2012-01-29 14:52:39

标签: facebook button facebook-like

我的facebook喜欢按钮并没有出现在Firefox,Chrome和IE中! 我尝试了 facebook 为您生成按钮的3个代码选项,但没有!

以下是代码:

<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2F3eesho.com%2Fmagazine%2Findex.html&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

</body>
</html>

3 个答案:

答案 0 :(得分:4)

<iframe src="//www.facebook.com/plugins/like.php?....

更改为:

<iframe src="http://www.facebook.com/plugins/like.php?...
OR
<iframe src="https://www.facebook.com/plugins/like.php?...

它完美无缺......

可能与不同浏览器猜测协议的方式有关。

答案 1 :(得分:0)

使用official code generator获取正常工作的代码。

答案 2 :(得分:0)

我尝试过刻录你的网址,而点缀不喜欢你的网页:

http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2F3eesho.com%2Fmagazine%2Findex.html

linter似乎喜欢它。

我使用FF和chrome访问了页面,两者都运行良好。

也许这是一个短暂的问题....你还在看问题吗?