i Would like to ask you to help me problem is i am constantly getting this msg from fb debugger whatever I do:

"All the images referenced by og:image should be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification."

I've also tried with setting this properties:

<meta property="og:image:width" content="202" /> 
<meta property="og:image:height" content="202" />

but it does not help

有帮助吗?

解决方案

You need the images referenced in your og:image meta tags to actually BE at least 200 x 200, you can't just use smaller images and tell Facebook to display them larger. Facebook already does this; the warning is there to prompt you to put in larger images.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top