=== Message Flow === Contributors: Captin Shmit Donate link: http://JoeAnzalone.com Tags: cover-flow, podcast, rss, syndication Requires at least: 2.0.2 Tested up to: 3.4.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Message Flow generates a CoverFlow-like interface for your podcast episodes. == Description == Message Flow provides you with a shortcode you can use on your posts and pages to display your podcasts (either driven by [PowerPress](http://wordpress.org/extend/plugins/powerpress/) or an external RSS feed) in a JavaScript widget powered by [ContentFlow](http://www.jacksasylum.eu/ContentFlow/). = Usage = Show the ten latest podcast episodes: `[message-flow]` Show the five latest posts from category number 11: `[message-flow numberposts="5" category="11"]` Show the three latest posts from an external feed: `[message-flow numberposts="3" feed="http://example.com/feed.rss"]` = Defining the thumbnails (Album Art) = The thumbnails used in the widget are taken from the posts’ featured images. In the event that a podcast does not have a featured image available, Message Flow will check the following locations for a suitable fallback image: 1. A URL to the fallback image in the shortcode: `[message-flow fallback_image="http://example.com/default_image.png"]` 2. If you’re using the [PowerPress](http://wordpress.org/extend/plugins/powerpress/) podcasting plugin, the default image will be taken from the iTunes image. PowerPress users can configure this in the "iTunes Feed Settings" section of PowerPress’ configuration. (/wp-admin/admin.php?page=powerpress/powerpressadmin_basic.php) 3. In your theme’s directory. Just make sure it’s 165 pixels square and named "unknown-album_165.png" == Installation == 1. Upload message-flow.zip via the "Install Plugins" panel (/wp-admin/plugin-install.php) 2. Insert the shortcode into a post or page: `[message-flow numberposts="5" category="11"]` == Screenshots == 1. Simply add the shortcode to your post or page 2. The Message Flow widget will be placed wherever you put the shortcode == Changelog == = 1.1.2 = * Fixed WP_DEBUG errors that appear when site has no podcast episodes = 1.1.1 = * Fixed WP_DEBUG errors * Added screenshots * Added more usage examples = 1.1 = * First public release