Hello! This isn't a question but a thing I did to solve a problem.
I run a news website and all my twitter posts weren't bringing an image
I had to edit the file /administrator/components/com_sh404sef/helpers/tcards.php at line 56 and change it from a simple "summary" to "summary_large_image"
[code type="markup"] // card type
56 $twitterCardsData .= "\n" . ' <meta name="twitter:card" content="summary_large_image" />';[/code]
That's it! I bet someone will find this useful.
I run a news website and all my twitter posts weren't bringing an image
I had to edit the file /administrator/components/com_sh404sef/helpers/tcards.php at line 56 and change it from a simple "summary" to "summary_large_image"
[code type="markup"] // card type
56 $twitterCardsData .= "\n" . ' <meta name="twitter:card" content="summary_large_image" />';[/code]
That's it! I bet someone will find this useful.