metatag_twittercard

Component ID

1741784

Component name

metatag_twittercard

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

A very basic implementation of twitter cards as a submodule of the metatag module (http://drupal.org/project/metatag). Code inspired from the metatag_opengraph module.

For now, only support "Summary" Cards, and leverage the Open Graph metatag. Twitter Cards support the OpenGraph meta tags, so I leverage on this metatags (og:xyz..) for the description, title, image etc ... Not sure yet if this is the good strategy or if it will be better to make metatag_twittercard independant of the metatag_opengraph module.

I'm waiting to participate to "Twitter Cards" to test this module. The module and meta are deployed on this blog post http://nicolasfruit.com/pourquoi-drupal-2 (French)

Note: there is a similar project (sandbox) http://drupal.org/sandbox/adamelleston/1736082 , but no code available.