Is it possible to use Twitter intents with the post’s image in WordPress?
-
Hi,
I am using Twitter Intents as part of my theme and I can successfully share posts’ URLs on Twitter. However, I would like to be able to show the images of the shared posts. Is that even possible? I was thinking to make use of Twitter cards: https://dev.twitter.com/cards/overview Is that a viable solution?This is an excerpt from the code:
<div class="myclass> <a href="https://twitter.com/intent/tweet?text=<?php echo urlencode( the_permalink() ) ?>" target="_blank"><i class="icon-twitter"></i></a> </div>
Thank you so much for your help,
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Is it possible to use Twitter intents with the post’s image in WordPress?’ is closed to new replies.