README.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Metatag: Twitter Cards
  2. ----------------------
  3. This module adds the fourteen basic Twitter Cards meta tags [1]. The following
  4. tags are provided:
  5. * twitter:card
  6. * twitter:site
  7. * twitter:creator
  8. * twitter:url
  9. * twitter:title
  10. * twitter:description
  11. * twitter:dnt
  12. * twitter:image
  13. * twitter:image:width
  14. * twitter:image:height
  15. * twitter:image:alt
  16. * twitter:player
  17. * twitter:player:width
  18. * twitter:player:height
  19. * twitter:player:stream
  20. * twitter:player:stream:content_type
  21. Usage
  22. ------------------------------------------------------------------------------
  23. The Twitter Cards meta tags are configured along with all other meta tags;
  24. on-form help is provided to aid with configuring the meta tags.
  25. After enabling and configuring the meta tags it is important to first test [2]
  26. the meta tags for compliance with Twitter's standards, and then apply [3] to
  27. have your site's usage approved.
  28. Credits
  29. ------------------------------------------------------------------------------
  30. The initial development was by nico059 [4] with contributions by many in the
  31. community [5].
  32. References
  33. ------------------------------------------------------------------------------
  34. 1: https://dev.twitter.com/docs/cards
  35. 2: https://dev.twitter.com/docs/cards/preview
  36. 3: https://www.drupal.org/u/marty2081
  37. 4: http://www.gemeentemuseum.nl/
  38. 5: https://www.drupal.org/node/1664322