7

It seems very easy to find the optimal size for sharing a link on Facebook. I have an app that shares to Facebook and the image shows perfectly. I'm using the same sizes for Whatsapp, but what happens there is that it takes the image too long to render in comparison to other sites I tried to share.

My first guess was the size, but if you have any other ideas for the slow rendering, it would be great!

Bar Goldinfeld
  • 161
  • 1
  • 2
  • 10

1 Answers1

-3

According to the fb sharing guide the minimum size for the image is 200x200 This is what the guide says.

Use images that are at least 1200 x 630 pixels for the best display on high resolution devices. At the minimum, you should use images that are 600 x 315 pixels to display link page posts with larger images. Images can be up to 8MB in size.

If your image is smaller than 600 x 315 px, it will still display in the link page post, but the size will be much smaller.

The minimum image size is 200 x 200 pixels. If you try to use an image smaller than this you will see an error in the Sharing Debugger.

Here is a link to the guide. https://developers.facebook.com/docs/sharing/best-practices

You can try to compress the image by running it through an online compression tool like https://compressor.io/ or http://www.tinypng.com . Also you could try resizing the image to the minimum permitted 200x200 and see if that helps.

Community
  • 1
  • 1
Isabel Inc
  • 1,783
  • 2
  • 19
  • 27
  • As I pointed out, Facebook has an explicit guide. My problem is Whatsapp. As I said, I'm currently using 1200 x 630 - Facebooks' best practice and the image renders, but too slow in comparison to other links like [http://stackoverflow.com](http://stackoverflow.com). – Bar Goldinfeld Jul 08 '16 at 12:28
  • 1
    Stack uses a 316x 316 sized image. I suggest using around 300x300 sized image. Here is the image that stack uses http://cdn.sstatic.net/Sites/stackoverflow/img/apple-touch-icon@2.png?v=73d79a89bded&a – Isabel Inc Jul 08 '16 at 12:33
  • Please make this as the answer if it helps you out. – Isabel Inc Jul 08 '16 at 12:38
  • OP is referring to sharing via whatsapp not FB. Anyone have an answer for this? – full_prog_full Sep 20 '16 at 16:04
  • @BarGoldinfeld asked about sharing image on whatsapp not on facebook!!! For whatsapp size of image must be less than 300KB which is contradiction of above ans (Images can be up to 8MB in size) – Kiran Dec 29 '17 at 12:40