hofff / contao-social-tags

GNU Lesser General Public License v3.0
2 stars 5 forks source link

Fix Twitter Cards when no Twitter username is present #13

Closed fritzmg closed 3 years ago

fritzmg commented 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).

This PR removes the check for the site for the affected properties.

dmolineus commented 3 years ago

Thanks @fritzmg