Created
September 27, 2013 20:28
-
-
Save pixelchar/6734705 to your computer and use it in GitHub Desktop.
Twitter Summary Card meta tags https://dev.twitter.com/docs/cards/types/summary-card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta name="twitter:card" content="summary"> | |
| <meta name="twitter:site" content=""> <!-- Twitter username --> | |
| <meta name="twitter:creator" content=""> <!-- Twitter username --> | |
| <meta name="twitter:title" content=""> <!-- Limit to 70 characters or less --> | |
| <meta name="twitter:description" content=""> <!-- Limit to ≤ 200 characters; don't re-use the title or generic text --> | |
| <meta name="twitter:image" content=""> <!-- Optional; min. 60x60 pixels; > 120x120 will be resized; file size < 1MB --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment