Twitter card image not working despite meta tags
Asked Answered
B

1

5

I'm trying to set up a Twitter card for a website. I've the following meta tags:

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="My Title">
<meta name="twitter:description" content="My description">
<meta name="twitter:image" content="img/foo.png">

All seems fine. Strangely enough, the Twitter's card validator does not display the image. I've just read a lot of posts about this kind of issue but none of them worked for my case.

It seems that also LinkedIn sharings do have the same no-image problem.

How can I fix that?

Bubaline answered 9/4, 2018 at 17:45 Comment(0)
B
13

I fixed with the complete URL of the image:

<meta name="twitter:image" content="http://bar/img/foo.png">
Bubaline answered 11/4, 2018 at 0:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.