2

当我尝试从http://www.giftry.com分享时,我得到的是小方形缩略图而不是大矩形。打开图形元标记中链接的图像大于 Facebook 推荐的 1200x630。

我试过使用调试器,但没有错误,一切看起来都正确。关于我能做什么的任何想法?

这是我的 og 元标记:

    <meta property="og:title" content="I need your gift ideas!">
    <meta property="og:site_name" content="Giftry">
    <meta property="og:url" content="http://www.giftry.com">
    <meta property="og:description" content="Come help me at Giftry — a place where gift givers unite to curate giftries full of fabulous gift ideas. Whether you create your own giftries or explore gift ideas for others, Giftry makes it easy to find ‘just the thing’, for anyone and any occasion. Now, let’s get gifting!">
    <meta property="og:image" content="http://ec2-static.giftry.com/img/giftry_gift_surprise_large.jpg">
    <meta property="fb:app_id" content="356150731192079">
4

1 回答 1

0

似乎我找到了解决此问题的方法。当我通过调试器删除 fb:app_id 并更新 url 时,矩形图像按预期显示。然后我创建了新的 fb:app_id,它也可以正常工作。如果我转回我的旧应用程序 id facebook 再次显示小方形缩略图。

于 2015-05-16T11:01:35.353 回答