Skip to content

Instantly share code, notes, and snippets.

@checkthemethod
Created October 7, 2015 22:35
Show Gist options
  • Save checkthemethod/e53e8c22a1819f750552 to your computer and use it in GitHub Desktop.
Save checkthemethod/e53e8c22a1819f750552 to your computer and use it in GitHub Desktop.
Meta tags for fb/twitter on site
<meta property="og:title" content="NAME OF SITE">
<meta property="og:description" content="META DESCRIPTION OF SITE">
<meta property="og:image" content="http://www.EXAMPLE.com/images/EXAMPLE-fb-share.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@username">
<meta name="twitter:title" content="NAME OF SITE">
<meta name="twitter:description" content="META DESCRIPTION OF SITE">
<meta name="twitter:image" content="http://www.EXAMPLE.com/images/EXAMPLE-fb-share.jpg">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment