Facebook 喜欢不从元标签中提取正确的图像

发布于 2024-09-17 08:00:57 字数 778 浏览 4 评论 0原文

可能的重复:
Facebook Sharer 如何选择图像?

我似乎无法获得 Facebook 的赞使用我通过 og:image 元标记提供的图像的功能。

相反,它使用我网站上的一些随机图片。

看看这篇文章: http://www.tacky.nl/skateboard/article/?id=109170< /a>

如果我用 facebook 的 url linter 它提取正确的图像(和数据),但是当我使用共享按钮共享页面时,它会使用另一个图像。有什么想法吗?

我在页面末尾添加了我认为正确的 xmlns、所有必需的元标记和 facebook javascript sdk init。任何帮助表示赞赏。我使用 FBML,而不是 iframe。

Possible Duplicate:
How does Facebook Sharer select Images?

I can't seem to get Facebook's like functionality to use the image I supply with the og:image meta tag.

Instead it uses some random picture on my site.

Check out this article:
http://www.tacky.nl/skateboard/article/?id=109170

If I check the page with facebook's url linter it extracts the correct image (and data), but when I use the share button to share the page, then it uses another image. Any ideas why?

I have added what I assume is the right xmlns, all the required meta tags and the facebook javascript sdk init at the end of the page. Any help is appreciated. I use FBML, not iframe.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉月流沐 2024-09-24 08:01:13

也尝试添加这个标签,不会有什么坏处:

<link rel="image_src" type="image/jpeg" href="http://www.tacky.no/m/201009/272045.jpg" />

Try to add this tag as well, wouldn't hurt:

<link rel="image_src" type="image/jpeg" href="http://www.tacky.no/m/201009/272045.jpg" />
余生再见 2024-09-24 08:01:08

一种可能性是,您看到的图像实际上是在添加之前尝试为页面点赞而缓存的?

A possibility is that the image you're seeing was actually cached from an earlier attempt to Like the page before the og additions?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文