s-yadav / react-meta-tags

Handle document meta/head tags in isomorphic react with ease.
MIT License
226 stars 47 forks source link

Whatsapp share og:image not working #36

Open NaorAnhaisy opened 4 years ago

NaorAnhaisy commented 4 years ago

Hello,

I have a page in my react project that I want to render a dynamic favicon, and also when share it, it will display that dynamic icon (like Whatsapp, Facebook etc., and those things can be done by dynamic meta tag with og:image propery).

When I share the page with react-meta-tags, although that in my source I can see that og:image was updated to the dynamic image I want to, whenever I send link to the website I get the original (In Index.html) og:image shown, and if I don't have original og:image in my Index.html page, than the website original favicon is displays instead.

For an example, The website original og:image content is the image with "Zedka" write in it (As in the following image). image

And just if you want to see the source head tags so they are really correct: https://bucard.co.il/digitalCard/Github-ZCA

Please anyone can help me? What's the problem here?

s-yadav commented 3 years ago

Do you do Server side rendering. Can you inspect and check if the property is present in head tag?