Adds Open Graph Protocol meta to the individual pages and posts of your WordPress Install. This code acts in concert with "Like" buttons to
open-graph-protocol-tools/ to the /wp-content/plugins/ directory<?php
/**
* Include this code on your theme for single blog posts (for example, in your single.php file)
* or on your blogs main page to include a Facebook "Like" iframe
*/
if (function_exists('the_opengraphprotocoltools_like_code')):
the_opengraphprotocoltools_like_code();
else:
echo "<!-- opengraphprotocoltools is not activated -->";
endif;
?>
It would be best if in your theme you also added an attribute in the <html> tag, like this: <html prefix="og: http://ogp.me/ns#">
Requires: 2.9 or higher
Compatible up to: 3.3.2
Last Updated: 2012-1-28
Downloads: 3,036
Got something to say? Need help?