=== RSSdoodle === Contributors: scompt, John Lessnau Donate link: http://www.lessnau.com/rssdoodle/ Tags: rss, technorati, posts Requires at least: 2.6 Tested up to: 2.8.4 Stable tag: 1.2 RSSdoodle allows you to have automatic mashup of blog post feeds from across the web. == Description == Allows a user to create posts and categories based on RSS keyword searches via [Technorati](http://technorati.com). Each post is a mashup of search results. On Octotber 25, 2009 Technorati has temporarily disabled their API which RSSdoodle uses. Until Technorati updates and releases their API (they say in 4 to 6 weeks) RSSdoodle will not function. RSSdoodle will be updated to work with the new API and a new version will be released. == Installation == 1. Upload the `rssdoodle` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the `Plugins` menu in WordPress == Configuration == 1. Go to WordPress settings, and select the RSSdoodle page. 2. Apply for a [Technorati API key](http://technorati.com/developers/apikey.html) and enter it at the bottom of the page. 3. Set the general Options that will be applied to all RSSDoodle posts. 4. Set up up your auto posts based on keyword, keywords, or keyword phrase. 5. Pick a general title for your keyword mashup posts. 6. Pick the category for the RSSDoodle posts. 7. Select the interval or timing of when keyword posts go up automatically. 8. Select whether or not you want the RSSdoodle posts to appear on the front page of your blog or only in the category. 9. Select whether RSSdoodle posts should appear in your RSS feeds. == Frequently Asked Questions == 1. I'm only getting English-language posts! Change the `RSSDOODLE_TECHNORATI_LANGUAGE` defined on line 11 of `rssdoodle.php` to be the language you want. == Screenshots == 1. Keyword search entry screen. 2. Sample RSSdoodle generated post. == Version History == = Version 1.0 = * Initial release = Version 1.1 = * FIXED: Blocked hosts setting wasn't getting initialized correctly. * FIXED: All unposted posts are now deleted when a post is posted, instead of just the ones that were posted. = Version 1.2 = * FEATURE: Option to not include RSSdoodle posts in RSS feeds added.