Kevin
Well-known member
When viewing media images the Twitter Card is shown as the below...
... but the image does not show up when viewing the cards.
This post (https://twittercommunity.com/t/doma...ut-image-not-showing-in-the-validator/30722/2) from a Twitter support member indicates that the full URL is required for the image URL. So instead of "media/spock-heineken-beer-ad.9/full" it needs to be presented as "https://aliensoup.com/media/spock-heineken-beer-ad.9/full".
Code:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="CoolSciFi">
<meta name="twitter:creator" content="KW802">
<meta name="twitter:title" content="Spock Heineken Beer Ad">
<meta name="twitter:description" content="Spock in a rather suggestive ad for Heineken beer.">
<meta name="twitter:image" content="media/spock-heineken-beer-ad.9/full">
<meta name="twitter:url" content="https://aliensoup.com/media/spock-heineken-beer-ad.9/">
This post (https://twittercommunity.com/t/doma...ut-image-not-showing-in-the-validator/30722/2) from a Twitter support member indicates that the full URL is required for the image URL. So instead of "media/spock-heineken-beer-ad.9/full" it needs to be presented as "https://aliensoup.com/media/spock-heineken-beer-ad.9/full".