Open Graph WP implementation

Implements the Open Graph Protocol on a WordPress installation. Can be used by other plugins as a dependency.

Author:Piyush Mishra (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:3.1.4
Plugin version:1.1
Added to WordPress repository:10-03-2011
Last updated:10-03-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.piyushmishra.com/plugins/open-grap...
Total downloads:8 052
Active installs:100+
plugin download
Click to start download

The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to enable any web page to have the same functionality as a Facebook Page.

While many different technologies and schemas exist and could be combined together, there isn't a single technology which provides enough information to richly represent any web page within the social graph. The Open Graph protocol builds on these existing technologies and gives developers one thing to implement. Developer simplicity is a key goal of the Open Graph protocol which has informed many of the technical design decisions.

For Developers

Use add_action('open_graph_head_pre','your_function'); and add_action('open_graph_head_post','your_function'); to edit the meta data. For an instance of the class.

Always use open_graph_instance() Read more on the Plugin URI > Open Graph WP implementation or check out the FAQs


FAQ