My QuakeNet IRC

plugin banner

My QuakeNet IRC chat plugin for WordPress. Add a zone for your QuakeNet IRC chat.

Author:Laurent (KwarK) Bertrand (profile at wordpress.org)
WordPress version required:
WordPress version tested:3.4.1
Plugin version:1.0.3
Added to WordPress repository:12-08-2011
Last updated:02-07-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://kwark.allwebtuts.net
Total downloads:4 038
Active installs:10+
plugin download
Click to start download
  • Add a main chat zone where you want in your code or in a page easily with shortcode [quake]
  • Add multiple irc chat Quakenet on your site with shortcode [quake channels="..."] with optional parameters width, height, status, message, button
  • Option AutoFill input nickname (based on user->display_name from WordPress)
  • One option to leave the choice of changes the NickName to yours users (or not)

e.g.

  • basics
[quake channels="allwebtuts"]
  • full example
[quake width="600" height="400" channels="style-cataclysm" status="user only" message="Please login to view this chat" button="yes" autofill="yes" prompt="no"]

button may take parameters yes or no (if nothing is defined - default no)

  • yes, a link named IRC appears to hide/show the current IRC

status may take parameters user only or public (if nothing is defined - default public)

  • public, all visitors on your wordpress installation view the channel ongoing
  • user only, only the connected users view the channel ongoing

autofill may take parameters yes or no (if nothing is defined - default from administration)

  • yes, AutoFill of the input nickname with the display_name from wordpress

prompt may take parameters yes or no (if nothing is defined - default from administration)

  • yes, autofill but leave the choice to your user to change its nickname if autofill is enable
  • no, force user to use only its display_name from wordpress

FAQ
ChangeLog