我正在遵循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没有检测到这些信息。
答案 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会自动添加。