Linkedin のドキュメントはここにあります。
それが言うように、それは必要です:
og:title
og:description
og:image
og:url
以下は、簡単にするために Jetpack プラグインを使用した私の wordpress ブログ ソース コードの例です。
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Starbucks Netherlands Intel" />
<meta property="og:url" content="http://lorentzos.com/starbucks-netherlands-intel/" />
<meta property="og:description" content="Today I had some free time at work. I wanted to play more with Foursquare APIs. So the question: "What is the correlation of the Starbucks Chain in the Netherlands?". Methodology: I found all the p..." />
<meta property="og:site_name" content="Dionysis Lorentzos" />
<meta property="og:image" content="http://lorentzos.com/wp-content/uploads/2013/08/starbucks-intel-nl-238x300.png" />
Facebook ではうまく機能します。または、ここでメタデータを確認できます。ただし、LinkedIn はより頑固で、実際にはデータを解析しませんIf you're unable to set Open Graph tags within the page that's being shared, LinkedIn will attempt to fetch the content automatically by determining the title, description, thumbnail image, etc
。
タグがないことはわかっていますがog:image:width
、Linkedin はタイトル、説明、または URL を解析しません。それをデバッグするためのアイデアはありますか?