私はテスト用のウェブサイトを持っていて、そこでfblikebuttonを試しました。しかし、「いいね」ボタンをクリックするたびに、カウンターは最初に1になり、2番目にカウントが0のリンクに移動します。fbdebugの唯一の注意点は、画像が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>