簡體   English   中英

當我在 LinkedIn 上分享我的網站 URL 時,它顯示了我網站上的圖片。 我可以改變那個形象嗎?

[英]When I share my website URL on LinkedIn its showing an image from my website. Can I change that image?

當我在 LinkedIn 上分享我的網站 URL 時,它顯示了來自我網站的圖像,但它不是相關圖像。 我可以更改預覽圖像嗎?

<meta property="og:url" content="http://mywebsite.com/" />
<meta property="og:type"  content="website" />
<meta property="og:title" content="yyyy" />
<meta property="og:description" content="yyyy" />
<meta property="og:image"  content="http://mywebsite.com/wp-content/themes/newtheme/img/logo.png" />

我已經設置了這些元標記。

由於您已經正確設置了<og:image>標簽,您唯一需要檢查的是要顯示的圖像是否滿足 LinkedIn 的要求。

根據“ 使您的網站可在LinkedIn上共享”一文,LinkedIn共享模塊的具體圖片要求如下:

  • 最大文件大小:5 MB
  • 最小圖像尺寸:1200(寬)x 627(高)像素

由於<og:image>標簽中定義的文件名是logo.png ,我認為它不滿足上述大小要求。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM