=== Plugin Name === Contributors: David_Miller Tags: open graph protocol, facebook, metadata, ogp, open graph data Requires at least: 2.9 Tested up to: 3.0.4 Stable tag: 1.0.3 This is a plugin to add Open Graph Protocol Data to the metadata of your WordPress blog. == Description == This is a plugin to add [Open Graph Protocol](http://opengraphprotocol.org/) data to the metadata of your WordPress blog for better communication with Facebook and other services which use this type of data. If you have any queries regarding this plugin, please visit [http://www.millerswebsite.co.uk](http://www.millerswebsite.co.uk/2011/01/23/wordpress-plugin-wp-ogp) == Installation == 1. Download and unzip the file `wp-ogp.zip` 2. Upload `wp-ogp/` to your `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. You should now have Open Graph Protocol Data `` tags added to the `` of your WordPress Blog == Screenshots == 1. Admin Panel 2. The data added to your Wordpress Blog == Changelog == = Version 1.0.3 = * Added support for themes which do not support featured images - Plugin does not work at all with themes which do not support featured images, so this update is essential! * Note : Sorry for constant updating - I'm new to working with Wordpress and I'm finding errors! = Version 1.0.2 = * Updated images to include a screen shot of the open graph protocol data added to your wordpress blog. = Version 1.0.1 = * Updated readme and fixed listing on Wordpress.org - it now looks like it should! = Version 1.0 = * First Release == Frequently Asked Questions == = What does this plugin do exactly? = * It adds meta data to your wordpress blog so it can better interact with facebook and other services that use the open graph protocol. = Did you make this plugin all by yourself? = * The original code for this plugin was written by Joe Crawford, but I have extensively modified it and hopfully improved upon what he originally wrote! = Only the default image is being used, whats wrong? = * You need to add an image as a featured image for this plugin to work correctly. If your theme does not support it, then you must add the following code any where in your themes function.php add_theme_support( 'post-thumbnails' ); = It doesn't seem to be working correctly, whats wrong? = * You may not have entered your Facebook ID and your Facebook Application ID, if you have, double check it, and make sure it's correct! = Why have you updated so many times since its been submitted? = * I'm new to working with Wordpress, so there will be updates to correct errors to make sure it works perfectly for everyone who downloads this!