Skip to content

Instantly share code, notes, and snippets.

@monokrome
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokrome/15934b35b766c9213279 to your computer and use it in GitHub Desktop.
Save monokrome/15934b35b766c9213279 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Twitter Card Example</title>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@monokrome">
<meta name="twitter:creator" content="@monokrome">
<meta name="twitter:title" content="A Twitter Cards Example">
<meta name="twitter:description" content="This is an example Twitter card. It has some data that Twitter can use to show extra content if Twitter happens to desire to do so.">
<meta name="twitter:image:src" content="http://fc07.deviantart.net/fs15/i/2007/032/7/7/Smokey_by_monokromatic.png">
</head>
<body>
<h1>Twitter Card Example</h1>
You can try this out by <a href="http://twitter.com/share?text=Example%20of%20using%20Twitter%20cards%20on%20your%20site&url=https%3A%2F%2Fgist.githubusercontent.com%2Fmonokrome%2F15934b35b766c9213279%2Fraw%2F9657f75a27098f63af257f4dd536611f9ccad3c4%2Fcards.html&hashtags=678F2650">sharing it on Twitter.</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment