Skip to content

Instantly share code, notes, and snippets.

@larodiel
Created September 11, 2013 02:41
Show Gist options
  • Save larodiel/6518745 to your computer and use it in GitHub Desktop.
Save larodiel/6518745 to your computer and use it in GitHub Desktop.
OpenGraph meta tag to share content
<html xmlns:fb="http://ogp.me/ns/fb#" xmlns:og="http://ogp.me/ns#">
<!-- OpenGraph METAS -->
<meta content="" property="og:title" />
<meta content="" property="og:description" />
<meta content="product" property="og:type" />
<meta content="http://mysite.com/" property="og:url" />
<meta content="http://image.myimage.com/" property="og:image" />
<!-- OpenGraph METAS -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment