Skip to content

Instantly share code, notes, and snippets.

@tuimz
Created October 9, 2012 18:28
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 tuimz/3860535 to your computer and use it in GitHub Desktop.
Save tuimz/3860535 to your computer and use it in GitHub Desktop.
Facebook OpenGraph tags
<head>
<meta property="og:title" content="Facebook Opengraph"/>';
<meta property="og:url" content="http://tuimz.nl/index.php?nv=blog&post=facebook"/>';
<meta property="og:description" content="Some introductional text">';
<meta property="og:site_name" content="Tim Aerdts' Blog"/>
<meta property="og:image" content="http://www.tuimz.nl/post.png" />
<meta property="og:type" content="blog"/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment