Skip to content

Instantly share code, notes, and snippets.

@digitalinkwell
Created March 26, 2016 21:50
Show Gist options
  • Save digitalinkwell/d5d9101c2a163e37924e to your computer and use it in GitHub Desktop.
Save digitalinkwell/d5d9101c2a163e37924e to your computer and use it in GitHub Desktop.
<meta property="og:title" content="<?php echo the_title(); ?>"/>
<meta property="og:description" content="<?php echo $excerpt; ?>"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="<?php echo the_permalink(); ?>"/>
<meta property="og:site_name" content="<?php echo get_bloginfo(); ?>"/>
<meta property="og:image" content="<?php echo $img_src; ?>"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment