【发布时间】:2015-11-17 21:55:00
【问题描述】:
我需要将网站中动态创建的 URL 分享给 Facebook 和 LinkedIn。我正在正确地分享到 Facebook,并且所有需要的 og 标签都已设置。但对于 LinkedIn,它不起作用。
这是我的网址:https://www.fourthambit.com/blogs_fa/102048
它在 Facebook 中被正确解析并且预览显示正确。
但同一链接在 LinkedIn 中不起作用。
我还有什么遗漏吗?
所有需要的元标记都设置好了:
<meta property="og:title" content="Indian Media: Then.... Now... and Later" />
<meta content="Sensationalism has become synonymous with the Indian Media, especially Television. In 2008 dur..." name="description" />
<meta property="og:description" content="Sensationalism has become synonymous with the Indian Media, especially Television. In 2008 dur..." />
<meta content="Academic network" name="keywords" />
<meta property="og:image" content="https://www.fourthambit.com/article/getarticlephoto/big/ZGNlZQD4/0/102/20150807050217-12217198186.jpg" />
<img src="https://www.fourthambit.com/article/getarticlephoto/big/ZGNlZQD4/0/102/20150807050217-12217198186.jpg" style="display: none !important;" />
<meta property="og:type" content="website" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
这是我尝试在 LinkedIn 更新状态栏文本区域中查看预览时进行的 ajax 调用。
https://www.linkedin.com/sharing/api/url-preview?url=https://www.fourthambit.com/blogs_fa/102048
【问题讨论】:
-
我在使用 LinkedIn 时遇到了同样的问题。但你的现在似乎工作了!您找到可以分享的解决方案了吗?