Skip to content

Instantly share code, notes, and snippets.

@old-campos
Created February 1, 2013 19:38
Show Gist options
  • Save old-campos/4693559 to your computer and use it in GitHub Desktop.
Save old-campos/4693559 to your computer and use it in GitHub Desktop.
HTML: open graph tag
<meta property="og:image" content="http://www.website.com/thumbnail.jpg" />
<meta property="og:title" content="Article Title." />
<meta property="og:description" content="Article Description." />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.website.com/article-title" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment