Change twitter card to summary_large_image for all posts
-
Hi,
Is there any rather easy way to change twitter card from summary to summary_large_image for all posts, not only new ones, without changing social settings for each post in editor?
For now I see the only way to use something like:
update wp_postmeta set meta_value=replace(meta_value,’s:7:”summary”‘,’s:19:”summary_large_image”‘) where meta_key=”_aioseop_opengraph_settings”;
But i’m not sure.
The same question is also about “Automatically Generate Article Tags” for Facebook.
Thank you
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change twitter card to summary_large_image for all posts’ is closed to new replies.