Skip to content

Instantly share code, notes, and snippets.

@clineamb
Created January 21, 2015 20:32
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 clineamb/8763f0d3bf8a59d48a38 to your computer and use it in GitHub Desktop.
Save clineamb/8763f0d3bf8a59d48a38 to your computer and use it in GitHub Desktop.
Facebook OpenGraph Meta Tags
<meta property="fb:app_id" content="">
<meta property="og:type" content="website">
<!-- see: https://developers.facebook.com/docs/reference/opengraph/ for other types -->
<meta property="og:url" content="http://...">
<meta property="og:title" content="Your Website - Article">
<meta property="og:image" content="http://...png/jpg/etc">
<meta property="og:description" cotnent="Lorem ipsum dolor est...">
<meta property="og:site_name" content="Your Website">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment