=== WordSpew === Tags: Shoutbox, AJAX, Jalenack, WordSpew, Chat Contributors: jalenack Author: Andrew Sutherland http://blog.jalenack.com Originally released May 2, 2005 This release: September 1, 2005 Version: 1.16 Based on an original idea by Alexander Kohlhofer: XHTML live Chat http://www.plasticshore.com/projects/chat/ Uses Adam Michela's Fade Anything Technique http://www.axentric.com/posts/default/7 Released under Creative Commons license: http://creativecommons.org/licenses/by-nc-sa/2.0/ -------------------------------------------------- == Description == This plugin will create a shoutbox on your wordpress blog. But it isn't any old shoutbox. It uses AJAX, a technology that allows information to be transmitted to the server without the user refreshing the page. So what makes this special is that your users can carry out live chats from your blog without having to refresh the page. It's kind of like instant messaging! Features: It distinguishes whether a user is logged in to wordpress, and if he/she is, then it users their nickname as their name, so that they don't have to type it in every time they refresh the page. Also, if that user is an admin, they get a special link "Administrate" This will take them to the admin panel for the plugin. This admin panel allows you to set colors, change timing, and edit/delete comments. This plugin works with AJAX in IE6/Windows, Firefox, Safari, Konqueror, and Opera 8.01. It will still work with any other browser, just sans-AJAX. == Installation == WordSpew will only work in WordPress blogs version 1.5 or higher 1. Put the folder labeled "wordspew" in your plugins folder. This is located at /wp-content/plugins/. 2. Browse to your plugins manager in the admin section of your blog. Activate Jalenack's Wordspew plugin. This will automatically create a table in your database that the plugin will use for its content. 3. Now you have to choose where you want the shoutbox to show on your blog. I suggest putting it in your sidebar. To edit the sidebar, go to /wp-content/themes/*yourtheme*/sidebar.php . Then place this snippet: in the template. This php function will print the shoutbox. Generally, follow the convention that other sidebar items use. Never put the function within its own