Skip to content

Instantly share code, notes, and snippets.

@rodrigobarona
Created March 18, 2013 14:56
Show Gist options
  • Save rodrigobarona/5187732 to your computer and use it in GitHub Desktop.
Save rodrigobarona/5187732 to your computer and use it in GitHub Desktop.
Facebook Meta Tags - Open Graph
<meta property="og:url" content="http://www.domain.com" />
<meta property="og:title" content="My Title" />
<meta property="og:description" content="My Description." />
<meta property="og:image" content="my-image.jpg" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment