Skip to content

Instantly share code, notes, and snippets.

@d1rk
Forked from magnetikonline/README.md
Created September 4, 2013 13:47
Show Gist options
  • Save d1rk/6437167 to your computer and use it in GitHub Desktop.
Save d1rk/6437167 to your computer and use it in GitHub Desktop.

Open Graph tags for the page <head>.

<meta property="og:title" content="title" />
<meta property="og:description" content="desc" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://url.com/" />
<meta property="og:image" content="http://url.com/image.jpg" />
  • For Facebook, og:image should be at least 200x200, preferably 1500x1500 pixels in size.
  • JPG images are best for Facebook.
  • More information on Open Graph at: http://ogp.me/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment