react-meta-tags icon indicating copy to clipboard operation
react-meta-tags copied to clipboard

Whatsapp share og:image not working

Open NaorAnhaisy opened this issue 5 years ago • 1 comments

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

  • I just want that the eye icon for example in this page will be the share image in the social media *

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

NaorAnhaisy avatar Oct 05 '20 18:10 NaorAnhaisy

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

s-yadav avatar Nov 25 '20 10:11 s-yadav