我有一个测试网站,我在那里尝试了fb likebutton。但每次当我点击相似的按钮时,计数器首先进入1秒,然后再进入计数0的链接。来自fb debug的唯一注意事项是我应该检查我的图像,因为它们不应该大于200px两个维度,但它只有100x100px。
我做错了什么?
下面是我的代码。谢谢你的帮助。
<html>
<head>
<title>Test</title>
<meta property="og:title" content="Timos Testpage" />
<meta property="og:type" content="author" />
<meta property="og:url" content="http://oimel1987.tipido.net/test.php" />
<meta property="og:image" content="http://oimel1987.tipido.net/dummy.png">
<meta property="og:site_name" content="oimel1987.tipido.net" />
<meta property="fb:admins" content="100001556570293" />
</head>
<body>
Test abc
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Foimel1987.tipido.net%2Ftest.php&send=false&layout=button_count&width=150&show_faces=true&font=tahoma&colorscheme=light&action=like&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
</body>
</html>