telegram 如何显示某些网站的图标?

How does telegram shows the Icon of some websites?

我在 windows 上使用 telegram,在 web.telegram.org 上使用它的在线版本,当我与我的朋友分享一个 link 时,Telegram 在其中显示了某些网站的图标或徽标留言:

Image

第一个网站是 vajehyab.com,它也有一个 favicon(但不显示该网站图标),第二个是 Whosebug,如您所见,Whosebug 的徽标和旁边显示的小描述。

网站是否做了一些事情或有一些元数据允许 Telegram 访问他们的徽标,或者它是 Telegram 程序员的静态程序并设置了一些著名网站的徽标?

只需将这些标签添加到您的网站

<meta property="og:title" content="Title" />
<meta property="og:site_name" content="Site name"/>
<meta property="og:description" content="Description" />
<meta property="og:image" content="Link to your logo" />

除了添加@Manikiran 建议的内容外,您还需要添加这个

<html prefix="og: http://ogp.me/ns#">

然后使用电报@WebpageBot