How to post a clickable image on Twitter ?

Vlad2012

Elite Member
Joined
Dec 28, 2012
Messages
1,824
Reaction score
725
How to post a clickable image on Twitter ?
I didn't find an answer, is this reserved for Premium accounts ?
 
Can you share an example so we can see how it looks?
 
Hope you are not talking about the sponsored posts or Posts by twitter's official channel for people to subscribe etc.
 
Can you share an example so we can see how it looks?
Yes, this is what I would like to do using my Twitter account and my Wordpress site, I see that the title of the article is included in the image of the tweet...
Screenshot(16).png
 
This is called "Summary Card with Large Image".

Simply follow the Docs here: https://developer.twitter.com/en/do.../cards/overview/summary-card-with-large-image
Thanks for your link but I didn't understand anything...

Code:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nytimes">
<meta name="twitter:creator" content="@SarahMaslinNir">
<meta name="twitter:title" content="Parade of Fans for Houston’s Funeral">
<meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York than than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public housing project here.">
<meta name="twitter:image" content="http://graphics8.nytimes.com/images/2012/02/19/us/19whitney-span/19whitney-span-articleLarge.jpg">

Should I create this kind of HTML code ?
 
Well, I inserted the HTML code into index.php after customizing it !
Then I checked with https://cards-dev.twitter.com/validator and i got this :

Screenshot(16).png


And then I use Typefully (Twitter card validator) and it works !
 
Last edited:
You can check YouTube for videos. I once saw a video related to one.
 
How to post a clickable image on Twitter ?
I didn't find an answer, is this reserved for Premium accounts ?
It is quite easy; you can post clickable images on Twitter by utilizing the Twitter Cards feature.
 
Go to YouTube and search for it, you definitely find the solution
 
To post a clickable image on Twitter, simply upload the image along with your tweet. Twitter automatically generates a clickable link when users click on the image.
 
Guys, read again, there's no point in answering me, I've succeeded since then...
 
Back
Top