Metadata OGP.ME What is the ideal size of the image for social networks

1

I use the metadatas of The Open Graph protocol for sharing social networks, especially Facebook.

<meta property="og:image" content="http://example.com/ogp.jpg" />
<meta property="og:image:secure_url" content="https://secure.example.com/ogp.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />

Until then I do not set the size of the property="og:image:height" image, but in the Facebook Debugger says that it is recommended to set the image size. Do you have any idea what the ideal size is for this image? Is there any documentation that explains?

    
asked by anonymous 15.02.2014 / 01:44

2 answers

2

According to the Facebook practices , the recommended one is that image is at least 1200x630px for better viewing on high-resolution devices.

Theminimumrecommendedforalongtimeis200x200,butit'salreadyabitoutdatedfornewlayoutsanddisplayforms.Facebooknowrecommendsatleast600x315px.Thesizeoftheimageusedtodesignatethepostformedontheuser'swallandthesizeofthereachonthenetwork.

Another important recommendation is to keep your images as close as possible to the aspect ratio 1.91: 1 to display the full image in News Feed without any cropping.

    
16.02.2014 / 17:04
-1

According to link , there is a recommendation that comes close to what I would say:

  • Use a square image (there is no consensus, but use square will work)
  • Try to use multiple values of 100, such as 200x200 (minimum), 300x300 and 400x400 (all in px)
  • Avoid sizes too small (100x100) or too large
15.02.2014 / 02:42