问题
I'm trying to share a page with og tags. One of the tags is og:image as described in the following link: https://developer.linkedin.com/documents/setting-display-tags-shares The image I share is legal.
For some reason linkedin doesn't show the image once I'm sharing the page through LinkedIn Share button (although it shows the other tags' values).
My og:image tag:
meta property="og:image" content="http://mywebsite.comm/difa2fz.png"
Any idea?
回答1:
Please visit http://ogp.me/ and apply all the mandatory tags. 4 tags are mandatory others are optional. Also you need to mention the schema og: http://ogp.me/ns# in the HTML tag of page as prefix.
回答2:
I have added all og:image tags.LinkedIn takes 3 images on sharing and one among this is og:image I have specified and other two random images from the page.How can I restrict LinkedIn to take the sibngle og:image I have specified
来源:https://stackoverflow.com/questions/12018064/linkedin-share-button-doesnt-recognize-ogimage