Skip to content

Instantly share code, notes, and snippets.

@lewismcarey
Created January 23, 2014 14:46
Show Gist options
  • Save lewismcarey/8579649 to your computer and use it in GitHub Desktop.
Save lewismcarey/8579649 to your computer and use it in GitHub Desktop.
Open Graph WIP
<!-- OG -->
<meta property="og:name" content="<?php echo bloginfo( 'name' ); ?>" />
<meta property="og:type" content="website" />
<meta property="og:title" content="<?php the_title(); ?>" />
<meta property="og:url" content="<?php the_permalink(); ?>" />
<meta property="og:image" content="path/to/avatar.png" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment