Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created July 23, 2011 19:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jeherve/1101769 to your computer and use it in GitHub Desktop.
Save jeherve/1101769 to your computer and use it in GitHub Desktop.
fb:image handled by WordPress custom fields
<?php if ( get_post_meta($post->ID, 'fbimage', true) ) : ?>
<meta property="og:image" content="<?php echo(get_post_meta($post->ID, "fbimage", true)); ?>" />
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment