Difference between revisions of "Mibbit in a Popup"

From Mibbit Wiki
Jump to: navigation, search
(Mibbit in a popup window)
 
m
Line 1: Line 1:
 
example to put a link to open Mibbit in a popup window onto your web site (with the connect form prefilled):  
 
example to put a link to open Mibbit in a popup window onto your web site (with the connect form prefilled):  
 
  <a href='#mibbit'  
 
  <a href='#mibbit'  
  onclick='window.open("http://www.mibbit.com/?server=irc.freenode.net&nick=&channel=%23ardour,%23mibbit,%23help","mib","width=999,height=635")'>
+
  onclick='window.open("http://www.mibbit.com/?server=irc.mibbit.com&nick=&channel=%23yourch","mib","width=999,height=635")'>
  mibbit popup</a>
+
  our chat on irc.mibbit.com (popup)</a>
 
(the script part must be all on one line) --[[User:HerculeP|HerculeP]] 22:21, 3 February 2008 (UTC)
 
(the script part must be all on one line) --[[User:HerculeP|HerculeP]] 22:21, 3 February 2008 (UTC)

Revision as of 22:25, 3 February 2008

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=&channel=%23yourch","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)