Adds Open Graph Protocol meta to the individual pages and posts of your WordPress Install.
Adds Open Graph Protocol meta tags to individual content pages of your WordPress install. Works in coordination with “Like” buttons and “share” inside Facebook and other consumers of OGP metadata.
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#">
I’ve gotten some bug reports via GitHub, you can report bugs or make comments there.
Visit Open Graph Protocol.