=== Plugin Name === Contributors: HeyOdai Tags: odai, author, widget Requires at least: 3.2 Tested up to: 3.5.1 Stable tag: 1.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Widget that displays the current post author's Gravatar photo, name, website, and biography. == Description == I created this plugin to address a problem brought up in this forum thread: `http://wordpress.org/support/topic/dynamic-image-in-sidebar` This plugin creates a simple widget you can drop into any sidebar. On single posts, it will display the post author's Gravatar photo, as well as their name, website, and biography specified on their profile. On other pages, it does nothing and is invisible to visitors. Options include changing the widget title and the photo size. You can style the widget using your own CSS if you like. The CSS ID for the widget is `#odai-author-widget` == Installation == This section describes how to install the plugin and get it working. 1. In your Dashboard, hover over the Plugins menu, and select 'Add New' 2. Select the 'Upload' option, and upload `odai-author-widget.zip` 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Visit a post on your site and see how it looks! == Screenshots == 1. A screen capture of the widget running on my personal website, http://odai.me, and displaying my author information. == Changelog == = 1.1.1 = * Fixed typos in the readme file = 1.1.0 = * Option for widget title * Option for Gravatar photo size (in pixels) * Cleaned up messy code = 1.0.0 = * Added basic functionality. == Upgrade Notice == = 1.1.1 = Fixing some minor typos in the readme file. = 1.1.0 = Added title and photo size options, cleaned up messy code. = 1.0.0 = Initial version.