=== AjaxChat === Contributors: Payden Sutherland Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GMXNW6GGYR5LG&lc=US&item_name=Payden%20Sutherland¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted Tags: chat, ajax, instant, messaging Requires at least: 2.9.2 Tested up to: 3.0 Stable Tag: 0.3.2 This plug-in provides a simple chat system integrated into your blog. == Description == Provides a simple chat system integrated into your blog. It adds a bar with a height of 20 pixels across the bottom of the browser's viewport. The div for the bar is position:fixed. This means that older browsers, Internet Explorer 6, for instance, may not display the bar at all. I may create a work-around for IE6 in the future. This plug-in is in the early stages of development (as of 2010-06-01). Any ideas/suggestions/bugs can be submitted to me via http://paydensutherland.com. == Installation == 1. Upload `ajaxchat` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Is Internet Explorer 6 Supported? = No. == Screenshots == 1. A view of the integrated chat bar with chat window closed. 2. And with chat window open. == Changelog == = 0.3.2 = * Fixed foreign character issues. * Use POST when sending messages instead of GET = 0.3.1 = * Minor bug fixes * Added options for setting AjaxChat colors = 0.3 = * Added a blinking bar notification when the chat window is closed and new messages are received. * Remember window state when moving around blog, ie (open/closed) * More efficient use of bandwidth. Only fetch new messages, not all messages every second. = 0.2 = * Changed versioning scheme, apparently wordpress didn't like the previous one. * Couple of bug fixes. Going to try to keep new features in trunk/ and keep the releases stable. = 0.12 = * Sanitize user input for SQL statements using wpdb::prepare * Do error reporting on failed name change * If user is logged into wordpress, use their display name as their nickname = 0.11 = * Added