Difference between revisions of "Mibbit in a Popup"

From Mibbit Wiki
Jump to: navigation, search
(resizable, added)
m (e/ removed)
Line 1: Line 1:
 
example to put a link to open the embedded Mibbit version in a popup window onto your web site:  
 
example to put a link to open the embedded Mibbit version in a popup window onto your web site:  
  <a href='#mibbit_test'  
+
  <a href='#mibbit_test'
  onclick='window.open("<nowiki>http://embed.mibbit.com/e/?channel=%23mibbit_test&chatOutputShowTimes=true</nowiki>","mib","width=999,height=635")'>
+
  onclick='window.open("<nowiki>http://embed.mibbit.com/?channel=%23mibbit_test&chatOutputShowTimes=true</nowiki>","","width=999,height=555")'>
 
  our chat on irc.mibbit.com (popup)</a>
 
  our chat on irc.mibbit.com (popup)</a>
 
(the script part must be all on one line).  
 
(the script part must be all on one line).  
Line 7: Line 7:
  
 
For your personal use you can also paste
 
For your personal use you can also paste
  javascript:void(window.open("<nowiki>http://www.mibbit.com</nowiki>","mpopup","resizable,left=0,top=0,width=999,height=635"))
+
  javascript:void(window.open("<nowiki>http://www.mibbit.com</nowiki>","","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.
 
into the URL location input line and/or put it into a bookmarklet to open the full featured version.
--[[User:HerculeP|HerculeP]] February 2008
+
--[[User:HerculeP|HerculeP]] March 2008

Revision as of 10:34, 21 March 2008

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/?channel=%23mibbit_test&chatOutputShowTimes=true","","width=999,height=555")'>
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","","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 March 2008