'Twitter card image appears in validator but not appearing in any of three tweets below Any Ideas. Thanks. Robert
My test site is http://birdbreath.com/index3.html
Here are the meta details. The validator renders correctly.
<!- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DailyBirdBereath">
<meta name="twitter:creator" content="Robert Seymour">
<meta name="twitter:title" content="Today's new Birdbreath cartoon">
<meta name="twitter:description" content="Funny BirdBreath cartoons.">
<meta name="twitter:image" content="http://birdbreath.com/images1/tw.png?4362984378">
However the tweet renders the card without the chosen image.
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-size="large" data-text="Check out today's BirdBreath cartoon" data-url="http://BirdBreath.com" data-via="DailyBirdBreath" data-show-count="false">Tweet</a>
<a href="https://twitter.com/intent/tweet?url=http://birdbreath.com&text=your%20text">Tweet</a>
Solution 1:[1]
Resolved. I referenced the domain only (http://birdbreath.com) and it renders perfectly.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Robert |