Skip to content

Instantly share code, notes, and snippets.

@travismillerweb
Created February 12, 2014 02:28
Show Gist options
  • Save travismillerweb/8948913 to your computer and use it in GitHub Desktop.
Save travismillerweb/8948913 to your computer and use it in GitHub Desktop.
HTML - Facebook/Twitter Social Metatags
<!-- Facebook Meta Tags -->
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:image:secure_url" content="">
<meta property="og:image:type" content="">
<meta property="og:image:width" content="">
<meta property="og:image:height" content="">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="">
<meta name="twitter:site" content="">
<meta name="twitter:creator" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image:src" content="">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment