Facebook Like 按钮 - 获取“错误”图像

发布于 2024-11-05 06:28:59 字数 720 浏览 1 评论 0原文

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

我使用以下代码添加我的网站上有一个类似 Facebook 的按钮:

<iframe src="http://www.facebook.com/plugins/like.php?href=XXXXXXXX&amp;send=false&amp;layout=button_count&amp;width=50&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe>

当我稍后查看我的墙时,我可以看到我刚刚喜欢的帖子。但它显示了一个 gui-widget(来自站点图形)而不是任何其他“有效”图像。是否可以指定显示哪个图像?

Possible Duplicate:
How does Facebook Sharer select Images?

I'm using the following code to add a Facebook like button to my site:

<iframe src="http://www.facebook.com/plugins/like.php?href=XXXXXXXX&send=false&layout=button_count&width=50&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"></iframe>

When I later look at my wall I can see the post that I've just liked. But it shows a gui-widget (from the sites grafik) not any other "valid" images. Is it possible to specify which image to show?

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

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

发布评论

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

评论(2

不美如何 2024-11-12 06:28:59

您需要使用开放图标签(即;) 指定要显示的图像。

此外,您还可以使用 URL Linter 来调试您发送给 Facebook 的内容。您可能会遇到一些 linter 问题,因为它在您对 URL 进行 lint 时会取消缓存,但实际上它并不总是这样工作。

You'll want to use open graph tags (namely <og:image>) to specify what image you want to show.

Additionally, you can use the URL Linter to debug what you're sending Facebook. You may have some issues with the linter as it says it decaches when you lint a URL, but in practice it doesn't always work that way.

您可以在您喜欢的页面上提供元数据来填充图像。

看看这个:想要在 Facebook 中从 Flash 应用程序共享链接中自定义标题/图像/描述

在提供的示例中,页面返回元数据,允许 Facebook 设置对象的描述、标题和图像(您的页)被喜欢。

You can provide metadata at the page you're liking that will populate the image.

Check this out: Want custom title / image / description in facebook share link from a flash app

In the example provided the page returns metadata that allows Facebook to set the description, caption, and image for the object (your page) being liked.

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