=== AJAX Random Posts === Contributors: Phoenixheart Donate link: http://www.phoenixheart.net/wp-plugins/ajax-random-posts/ Tags: posts, random, random posts, ajax Requires at least: 2.3 Tested up to: 3.1 Stable tag: 0.3.3 Displays a list of random posts using AJAX. Works with cache plugins, and highly customizable. == Description == This plugins display a highly customizable list of random posts. There are some plugins that serve a similar purpose already, with one drawback: If they're used along with cache plugins (like WP-Super Cache), the list is cached also, and remains the same over thousands of views, thus not so "random." AJAX Random Posts, as its name says, uses AJAX to retrieve the posts and overcome the problem: now each page refresh comes with a different list! == Features == * Compatible with caching plugins, since the core is written and run in JavaScript which is normally not cached. * The list is highly customizable: number of posts, html format, tags (like post url, title, categories, date etc.) can be included. == Installation == 1. Download the plugin 1. Extract into a folder 1. Upload the entire to `wp-content/plugins/` directory of your WordPress installation 1. Enable it via Plugins panel 1. It should now work out of the box. If you want to tweak a bit, head to Settings->AJAX Random Posts == Frequently Asked Questions == = I like this plugin. How do I support its development? = Thank you! Please consider putting a link back to [my blog](http://www.phoenixheart.net) and/or rate this plugin 5 stars ;) == Screenshots == No screenshot as of now. Please visit [the plugin homepage](http://www.phoenixheart.net/2008/12/ajax-random-posts/) for a demo. == History == * 0.3.3 1. Scripts and styles now enqueued to ensure max compatibility. * 0.3.2.0 1. Add an option to include/exclude the sticky posts into the list. * 0.3.1.0 1. Code Optimization 1. Add a Donate button * 0.3.0.2 Raise compalibility * 0.3.0.1 Some minor bug fixes * 0.3 The old versions encountered an IE bug that makes some texts disappear. Fixed in 0.3. * 0.2 A small fix * 0.1 Initial version