Testing 无法使用Like按钮查看我的测试页面

Testing 无法使用Like按钮查看我的测试页面,testing,facebook-like,counter,facebook-social-plugins,facebook-iframe,Testing,Facebook Like,Counter,Facebook Social Plugins,Facebook Iframe,我有一个测试网站,我在那里试用了fb likebutton。但每次我点击like按钮时,计数器首先变为1,然后变为计数为0的链接。fb debug的唯一提示是,我应该检查我的图像,因为它们在两个维度上都不应该大于200px,但它只有100x100px 我做错了什么 下面是我的代码。谢谢你的帮助 <html> <head> <title>Test</title> <meta property="og:title" conte

我有一个测试网站,我在那里试用了fb likebutton。但每次我点击like按钮时,计数器首先变为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>

试验
测试abc
再次检查中的OG数据。我也能在确认动作后喜欢上。