Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Links not Displaying images in whatsapp

Why aren't product images displaying when sharing URL on Whatsapp?

Waidav
Tourist
3 0 1

Hi, am experiencing as issue with my store. When i try to share the product URL via Whatsapp app, the product photo isnt showing. I have tried all opinions but in vain. Please see attachment.  

Replies 6 (6)

darioaladuz
Shopify Partner
16 2 10

Hello!

Try adding this inside of <head></head> in the /layout/theme.liquid file:

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

Note that you can change the height and width values but they must always be under 300 in order to work for WhatsApp.

You can also try re-uploading the image with a lower size (you can use https://www.iloveimg.com/ to optimize images, there are tons of websites like this one).

I'd also recommend checking this guide:
https://help.shopify.com/en/manual/online-store/images/showing-social-media-thumbnail-images

It explains how to choose a fallback/default image if everything else fails, which is a good idea too.

I hope this helps! Don't hesitate to ask if you have any doubts or any more problems 🙂

- Found my answer helpful? Please hit Like!
- Was your question answered? Mark it as an Accepted solution.
- Need a Shopify developer? LinkedIn
Waidav
Tourist
3 0 1

i did as instructed and adjusted the images but still not displaying on whatsapp but works fine with facebook. Am using the Dawn theme and my store is www.store256.com

Waidav
Tourist
3 0 1

I did as instructed but still shared links not displaying images in whatsapp but works fine with facebook. Any solutions please, am using the dawn theme and my store is www.store256.com 

CintilarLH
Tourist
5 0 1

Been struglling with this issue for so long, Did u find any solution till now?


looks like Shopify is never gonna help with this.

Madan-Jewellers
Tourist
5 0 3

This worked for me! I am using Shopify Dawn Theme 15.0

MuslimIndoMode
Shopify Partner
2 0 2

I manually added this to the existing open graph meta tags in meta-tags.liquid and now images are loading in WhatsApp for me.

<meta property="og:image:type" content="image/jpeg">