我正在尝试在LinkedIn上分享文章(或来自此网站的任何文章),但指定为og:image
的图片从未显示在帖子中。
我测试的其中一篇文章是http://insights.ortec-finance.com/nl-nl/2018/02/05/press-release-data-analytics,我正在使用基于https://www.linkedin.com/shareArticle?
的文章共享链接
当您查看预览时,它看起来似乎都能正常工作:
但在发布文章并查看已发布的内容后,图片丢失了:
我已经阅读了大量类似问题的报告,并尝试了我能找到的所有补救措施,但它仍然无效。到目前为止我尝试过的事情:
1)确保所有必需的og:
元标记都存在。
<meta prefix="og: http://ogp.me/ns#" property="og:image"
content="http://insights.ortec-finance.com/-/media/OF8/data-analytics-hero-linkedin.jpg" />
<meta prefix="og: http://ogp.me/ns#" property="og:url"
content="http://insights.ortec-finance.com/nl-nl/2018/02/05/press-release-data-analytics" />
<meta prefix="og: http://ogp.me/ns#" property="og:title"
content="Data Analytics | Ortec Finance" />
<meta prefix="og: http://ogp.me/ns#" property="og:description"
content="removed content for readability" />
<meta prefix="og: http://ogp.me/ns#" property="og:type"
content="article" />
2)确保图像符合LinkedIn要求( less than 5MB, at least 1200x600 in dimensions )。
3)确保在响应标题中正确设置了图像的内容类型。
4)尝试了其他几篇文章,它们都显示出相同的症状:图像显示在预览中,但不会在共享发布后显示。
我在这里缺少什么?
答案 0 :(得分:2)
我遇到了同样的问题 - 认为它是一个主要的LinkedIn错误,到目前为止他们还没有能够澄清......我们的开发人员花了+40小时试图解决它,但现在我们意识到它必须是一个LI bug ...希望他们能够尽快修复它,因为它已经持续了将近一个星期......