link 缩略图是网站的哪个部分?

What part of the website is the link thumbnail?

这个问题有点不同,但是例如,如果我要通过 Instagram 直接消息发送我网站的 link,link 会显示徽标的缩略图,然后我的描述。我试图了解该缩略图的来源,因为它不是选项卡的图标。我的客户希望我更改缩略图,但我试图找出它从哪里读取它,以便我可以在我的自定义 HTML 中更改它。

该图像通常用作 Open Graph protocolog:image 元数据。

如果您想控制显示的图像,那么您需要在 <head> 元素中放置以下 <meta> 元素:

<meta property="og:image" content="mycustomimage.png">

确切的图像尺寸更难确定。 Facebook(Open Graph 协议的作者)recommends images that are at least 1080px wide.