Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created June 23, 2013 05:07
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 AbhishekGhosh/5843870 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/5843870 to your computer and use it in GitHub Desktop.
Open Graph Protocol
// No images were available
if ( empty( $wpfbogp_images ) && ! $fallback ) {
echo '<meta property="og:image" content="http://thecustomizewindows.com/TheCustomizeWindows.png" />' . "\n";
}
// do locale // make lower case cause facebook freaks out and shits parser mismatched metadata warning
echo '<meta property="og:locale" content="' . strtolower( esc_attr( get_locale() ) ) . '" />' . "\n";
echo "<!-- // end wpfbogp -->\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment