Hi,
How can i instruct the SHARE ON TWITTER button on the post page to include the featured image in the tweet ?
Hey kilimats!
You need to add Twitter Cards:
https://dev.twitter.com/cards/types/summary-large-image
on your code. If you want you can always suggest new features for us to do them!
Thanks a lot for your understanding
Regards,
Basilis
I installed the Twitter WP plugin and it worked, no coding needed, thanks. DO you know if its easy to force the large image on the summary card ?
I have the same problem. I’m using the social share buttons at the foot of blog post.
How I add Twitter Cards ( https://dev.twitter.com/cards/types/summary-large-image )
on my code in Enfold ?
I have to use another plugin, or can I do without?
Sorry my english.
Thank you!
Vincenzo
Hi,
How I add Twitter Cards ( https://dev.twitter.com/cards/types/summary-large-image )
on my code in Enfold ?
This is still not going to work because the social share section has its own set of patterns. It can only share the post title and url. However, it’s possible to alter the pattern by using a filter. Example here: https://kriesi.at/support/topic/social-share-problems/#post-581487
Best regards,
Ismael
sorry guys, still confused, where do i add on my child theme the code for the large preview card mentioned here? https://dev.twitter.com/cards/types/summary-large-image
Hi,
you could try to modify header.php and copy it into your child theme.
Best regards,
Andy