获取LinkedIn和Twitter以获取适当的预览内容

时间:2015-05-31 20:53:58

标签: html twitter web-scraping linkedin

当有人与他们的网络/粉丝共享该页面的链接时,如何让LinkedIn和Twitter从我的网页上获取适当的内容(图像,标题,描述)?

我收集的标题来自html中的标记。来自元'描述'的预览文本。标签,但如果他们的页面上嵌入了一个视频,那么图像预览或视频预览呢?

1 个答案:

答案 0 :(得分:0)

在此处找到了有用的资源:https://help.linkedin.com/app/answers/detail/a_id/46687/~/making-your-website-shareable-on-linkedin

相关标签是:

<meta property="og:title" content="Title of the article"/>
<meta property="og:image" content="http://media.example.com/ 1234567.jpg"/>
<meta property="og:description" content="Description that will show in the preview"/>
<meta property="og:url" content="http://www.example.com/URL of the article" />

还有Open Graph:http://ogp.me/