Closed fritzmg closed 3 years ago
The twitter:site property is optional for Twitter Cards (see https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary-card-with-large-image - only twitter:card and twitter:title are mandatory). However the current implementation basically omits all properties (except twitter:card) if no site information is present (i.e. the Twitter username).
twitter:site
twitter:card
twitter:title
This PR removes the check for the site for the affected properties.
Thanks @fritzmg
The
twitter:site
property is optional for Twitter Cards (see https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary-card-with-large-image - onlytwitter:card
andtwitter:title
are mandatory). However the current implementation basically omits all properties (excepttwitter:card
) if no site information is present (i.e. the Twitter username).This PR removes the check for the site for the affected properties.