Skip to content

Instantly share code, notes, and snippets.

@domoritz
Last active October 27, 2017 02:33
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 domoritz/d059e302c436986ab2dceee42cb86448 to your computer and use it in GitHub Desktop.
Save domoritz/d059e302c436986ab2dceee42cb86448 to your computer and use it in GitHub Desktop.
Twitter card test
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vega_vis" />
<meta name="twitter:creator" content="@vega_vis" />
<meta name="twitter:description" content="A bar chart encodes quantitative values as the extent of rectangular bars.">
<meta property="og:image" content="https://i.imgur.com/Qs4ctUU.png" />
<meta property="og:title" content="Simple Bar Chart" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment