og:image ignored when sharing link, although accepted in linter

与世无争的帅哥 提交于 2019-12-02 22:22:21

问题


I want to share a link to my own website on Facebook, so I added the necessary og: tags to the <head> section.

Checked it in the linter, and it displays everything I want it to display.

When I actually want to share it in the newsfeed (as in copy and paste the link into the status formular), the image is ignored.

Here's a sample link: http://iamschulz.de/video/4


回答1:


Does it break the image size requirements? If so it'll still be detected by the debug tool, but won't actually be rendered in the news feed

Images must be at least 50 pixels by 50 pixels. 
Square images work best, but you are allowed to use images up to three times as wide as they are tall.

An image of (e.g.) 100 * 350 won't be displayed because it violates the 3:1 ratio.



来源:https://stackoverflow.com/questions/9213912/ogimage-ignored-when-sharing-link-although-accepted-in-linter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!