Yes, I have followed every guide provided by Twitter and looked into other similar problems but I still cannot find a way around it. Card validator does not want to show the image. It shows that it has found 20 meta tags including the ones necessary for Twitter. Still show the blank default image.

For example: https://www.korvpall.ee/news/article?=5b967d3920f62a0325b16f15

I have even created robots.txt for Twitterbot which can be found https://www.korvpall.ee/robots.txt

Just a sidenote that Facebook sharing debugger shows everything correctly.

<meta data-react-helmet="true" name="twitter:image:src" content="https://www.korvpall.ee//media/peopleJournalistsFiles/1536589072029_manresa-klubi-mangija-siim-sander-vene-83610931.jpg"/>

This should be twitter:image, not twitter:image:src.

Additionally, the path https://www.korvpall.ee//media/peopleJournalistsFiles/1536589072029_manresa-klubi-mangija-siim-sander-vene-83610931.jpg does not return an image file. It should be https://www.korvpall.ee/media/peopleJournalistsFiles/1536589072029_manresa-klubi-mangija-siim-sander-vene-83610931.jpg.

1 Like

You are a lifesaver! These little things always get lost in all the mess. Thank you a lot for pointing out these details. Works like a charm now!

1 Like