Skip to content

Instantly share code, notes, and snippets.

@dinocosta
Last active January 21, 2020 19:50
Show Gist options
  • Select an option

  • Save dinocosta/cdbef48b9ac8d0ea9b9384286b2313dd to your computer and use it in GitHub Desktop.

Select an option

Save dinocosta/cdbef48b9ac8d0ea9b9384286b2313dd to your computer and use it in GitHub Desktop.
Twitter Card Meta Tags
<html>
<head>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@joaofcosta">
<meta name="twitter:image" content="https://i.imgur.com/ilEldyU.jpg">
<meta name="twitter:title" content="Python Tuple Syntax Is Confusing">
<meta name="twitter:description" content="Post about how Python's tuple syntax can make you run around trying to fix bugs that are easily avoided.">
...
</head>
<body>
...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment