Mibbit in a Popup

From Mibbit Wiki
Revision as of 22:45, 3 February 2008 by HerculeP (talk | contribs)
Jump to: navigation, search

example to put a link to open Mibbit in a popup window onto your web site (with the connect form prefilled):

<a href='#mibbit' 
onclick='window.open("http://www.mibbit.com/?server=irc.mibbit.com&nick=yourNick!&channel=%23yourCannel!","mib","width=999,height=635")'>
our chat on irc.mibbit.com (popup)</a>

(the script part must be all on one line) --HerculeP 22:21, 3 February 2008 (UTC)