Polymer / pwa-helpers

Small helper methods or mixins to help you build web apps.
BSD 3-Clause "New" or "Revised" License
440 stars 48 forks source link

Fix Twitter metadata fields #47

Closed abdonrd closed 5 years ago

abdonrd commented 5 years ago

Twitter official docs: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary-card-with-large-image.html

keanulee commented 5 years ago

I think I prefer to remove all Twitter-specific tags from updateMetadata, so keep everything but twitterCard.

abdonrd commented 5 years ago

@keanulee twitterCard removed!

I would like to have twitterCard, but I remove it from this PR to merge this while we discuss other options. I have also been thinking about adding themeColor: <meta name="theme-color" content="#ffffff">.