从链接的URL中检索图像

时间:2017-01-25 07:12:39

标签: linkedin

链接如何从URL中检索图像?它有什么标签吗?

当我试图在链接的帖子窗口中发布url链接时,它会自动显示特定URL中可用的图像,以什么为基础来检索图像。因为有任何标签在搜索中被链接以显示它。

请帮助我同样的

1 个答案:

答案 0 :(得分:0)

它使用opengraph

  

示例打开图元标记

(来自https://developer.linkedin.com/docs/share-on-linkedin的摘录)

<html prefix="og: http://ogp.me/ns#">
<head>
  <meta property="og:title" content="My Shared Article Title" />
  <meta property="og:description" content="Description of shared article" />
  <meta property="og:url" content="http://example.com/my_article.html" />
  <meta property="og:image" content="http://example.com/foo.jpg" />
</head>
<body>
   …
</body>
</html>