如何指定" main"图片?

时间:2015-12-04 02:44:57

标签: html web

如果我在某些应用程序中包含网址,例如在Facebook Messenger(www.messenger.com)的会话话题中,该应用程序可以显示"键"来自该网站的图片。是否有一个特殊的Html标签或属性,允许网络作者指定哪个应该是要显示的图像?

示例,在Messenger中粘贴http://www.digitaltrends.com/cool-tech/spencer-the-airport-robot-will-help-you-catch-your-flight/将显示:

enter image description here

1 个答案:

答案 0 :(得分:2)

以下是Facebook's documentation

的示例
<meta property="og:image" content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg" />
  

og:image - &gt;有人分享时显示的图像的URL   内容到Facebook。有关详细信息,请参阅下文,并查看我们的最佳信息   实践指南,了解如何指定高质量的预览图像。