Facebook 的图像缩略图共享链接

发布于 2025-01-02 07:18:19 字数 183 浏览 0 评论 0原文

每次我从我的网站 http://reviewsie.com 在 Facebook 上分享链接时,都会选择 Twitter 缩略图作为图像缩略图。 (这种情况也会发生在 pinterest 和我的一些广告工具中。​​)如何使某个图像脱颖而出并被正确选择?

Everytime I share a link on facebook from my site, http://reviewsie.com, the twitter thumbnail is selected as the image thumbnail. (This also happens in pinterest and some of my ad tools.) How do I make a certain image stand out and get selected correctly?

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

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

发布评论

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

评论(3

狠疯拽 2025-01-09 07:18:19

你需要在你的头脑中设置这个元标签

<meta property="og:image" content="http://yourdomain.com/image.jpg"/>

You need to set this meta tag in your head

<meta property="og:image" content="http://yourdomain.com/image.jpg"/>
孤独患者 2025-01-09 07:18:19

需要使用开放图协议

要检查 Facebook 如何查看您的页面,请使用网址检查器工具:

https:// /developers.facebook.com/tools/debug


作为您自己的示例,检查该工具您的网址

,您会发现您没有使用 OGP,为此,它只是随机选择一张图片。

它会提醒你:

推断属性:即使可以从其他标签推断出值,也应显式提供 og:image 属性

you need to use the Open Graph Protocol.

To check how Facebook sees your page, use the URL Checker tool at:

https://developers.facebook.com/tools/debug


for your own example, check the tool with your url

and you can find that you are not using the OGP and for such, it simply randomly selects one picture.

and it reminds you about it:

Inferred Property: The og:image property should be explicitly provided, even if a value can be inferred from other tags

仅此而已 2025-01-09 07:18:19

如果它仍然显示旧缩略图,您需要在 https:/ 上刷新它/developers.facebook.com/tools/debug/

输入您的网站链接并调试。之后您会看到“再次惊吓”按钮。

If it's still showing old thumbnail, you need to refresh it on https://developers.facebook.com/tools/debug/

Enter your web site link and debug. After that you'll see 'Scare again' button there.

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