2013-08-22 103 views

回答

0

使用HTML網頁上的元標記來指示檢索器如何呈現鏈接一些有效的URL嘗試,有一個圖像屬性太:

<html prefix="og: http://ogp.me/ns#"> 
<head> 
    <meta property="og:title" content="My Shared Article Title" /> 
    <meta property="og:description" content="Description of shared article" /> 
    <meta property="og:url" content="http://example.com/my_article.html" /> 
    <meta property="og:image" content="http://example.com/foo.jpg" /> 
</head> 
<body> 
    … 
</body> 
</html> 

來源:https://developer.linkedin.com/docs/share-on-linkedin#methods