Linkedin链接共享没有获得标题和描述

时间:2014-03-04 11:08:39

标签: php facebook linkedin

我正在遵循http://help.linkedin.com/app/answers/detail/a_id/46687/ft/eng

的来自指示

我正在使用以下标签

<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" />

问题:

我的标题,描述和图片在Facebook上完美运行,但LinkedIn没有检测到这些信息。

2 个答案:

答案 0 :(得分:0)

有一种解决方案。为我工作。

window.open('https://linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(link) + '&title= '+ title +'&summary=', 'twitterwindow', 'height=450, width=550, top='+(jQuery(window).height()/2 - 225) +', left='+jQuery(window).width()/2 +', toolbar=0, location=0, menubar=0, directories=0, scrollbars=0');

答案 1 :(得分:0)

这是因为Linkedin有一个实习缓存。 您只需添加链接并在&#39;?1&#39;

之后添加

例:     www.mywebsite.com?1

新的meta desc会自动添加。