【发布时间】:2012-02-13 17:14:25
【问题描述】:
我使用 iFrame 为网站添加了一个赞按钮,并添加了 og 元标记。在 Facebook 调试工具中查看时,它不会显示任何错误并显示来自网站的所有元数据。但是没有显示缩略图预览。 see the Facebook debug output
- 当我单击缩略图链接时,它会转到正确的图像并正确显示。 * 该域只是一个非安全域。
- 我使用的图像是 100X75
http://graph.facebook.com/10150536591853797
以下元标记已包含在文件中。
<meta property="og:site_name" content="パチカメ" />
<meta property="og:locale" content="ja_JP" />
<meta property="fb:app_id" content="297487356974821" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.pachi-cam.jp/artist/profile.php?artist_id=140" />
<meta property="og:title" content="Dr.ゆに さんのギャラリー" />
<meta property="og:description" content="こんにちわ " />
<meta property="og:image" content="http://www.pachi-cam.jp/upload/files/140/23203/thumb_S_phpapCLQi.jpg" />
iFrame 代码:
<iframe src="//www.facebook.com/plugins/like.php?href=http://www.pachi-cam.jp/artist/profile.php?artist_id=141&send=false&layout=button_count&width=450&show_faces=true&action=like&colorscheme=light&font&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
【问题讨论】:
标签: php facebook facebook-like