Mibbit in a Popup

From Mibbit Wiki
Revision as of 20:42, 7 March 2008 by 88.198.175.78 (talk) (resizable, added)
Jump to: navigation, search

example to put a link to open the embedded Mibbit version in a popup window onto your web site:

<a href='#mibbit_test' 
onclick='window.open("http://embed.mibbit.com/e/?channel=%23mibbit_test&chatOutputShowTimes=true","mib","width=999,height=635")'>
our chat on irc.mibbit.com (popup)</a>

(the script part must be all on one line).


For your personal use you can also paste

javascript:void(window.open("http://www.mibbit.com","mpopup","resizable,left=0,top=0,width=999,height=635"))

into the URL location input line and/or put it into a bookmarklet to open the full featured version. --HerculeP February 2008