不能像我的testpage那样的按钮

时间:2013-01-11 08:02:42

标签: testing facebook-like counter facebook-social-plugins facebook-iframe

我有一个测试网站,我在那里尝试了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&amp;send=false&amp;layout=button_count&amp;width=150&amp;show_faces=true&amp;font=tahoma&amp;colorscheme=light&amp;action=like&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
  </body>
</html>

0 个答案:

没有答案
相关问题