metatag_twitter_cards creates meta tags that look like:
<meta property="twitter:card" content="summary" />

But they should be:
<meta name="twitter:card" content="summary" />

See https://dev.twitter.com/docs/cards/types/summary-card

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brunascle’s picture

Simple patch.

brunascle’s picture

Status: Active » Needs review
FileSize
665 bytes

Forgot the issue status. Reattaching.

greggles’s picture

Status: Needs review » Reviewed & tested by the community

Looks reasonable to me.

DamienMcKenna’s picture

Status: Reviewed & tested by the community » Fixed

Committed! Thanks brunascle!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.