You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to suggest an update to the twitter generator to support updating the twitter card, <meta name="twitter:card" content="summary_large_image">.
Currently, it only supports the summary_large_image. There are other cards like summary that I wanted to use and I realized that when I update the config with 'card' => 'summary', it does not work.
It will be great if this is supported. I know twitter cards like player card and app card could be a bit complex with more data required so at least changing the card to summary card should be possible.
The text was updated successfully, but these errors were encountered:
I've just tagged version 1.4.0 which has support for all Twitter cards and the additional/missing properties. If you could give it a go and let me know how you get on, that would be great.
Hello, I want to suggest an update to the twitter generator to support updating the twitter card,
<meta name="twitter:card" content="summary_large_image">
.Currently, it only supports the
summary_large_image
. There are other cards likesummary
that I wanted to use and I realized that when I update the config with'card' => 'summary'
, it does not work.It will be great if this is supported. I know twitter cards like player card and app card could be a bit complex with more data required so at least changing the card to summary card should be possible.
The text was updated successfully, but these errors were encountered: