Difference between revisions of "Pre-filled"

From Mibbit Wiki
Jump to: navigation, search
(debug option)
m
Line 1: Line 1:
 
To open a full featured mibbit chat window with your preferred irc server/channel(s) presented in the connection form you can add a query string like so:
 
To open a full featured mibbit chat window with your preferred irc server/channel(s) presented in the connection form you can add a query string like so:
 
  http://www.mibbit.com/?server=irc.freenode.net&channel=%23test,%23MibChat
 
  http://www.mibbit.com/?server=irc.freenode.net&channel=%23test,%23MibChat
or if your channel is located on irc.mibbit.com:
+
or if your channel is located on irc.mibbit.net:
  <a href="https://www.mibbit.com/?server=irc.mibbit.com&channel=%23yourCh&nick=yourNick"  
+
  <a href="https://www.mibbit.com/?server=irc.mibbit.net&channel=%23yourCh&nick=yourNick"  
 
  target="_blank">open a Chat window</a>
 
  target="_blank">open a Chat window</a>
  
Line 8: Line 8:
 
    
 
    
 
Supported "GET" parameters:
 
Supported "GET" parameters:
* server (must be set, even for irc.mibbit.com)
+
* server (must be set, even for irc.mibbit.net)
 
* channel - you even can submit a comma separated channel list (see example)
 
* channel - you even can submit a comma separated channel list (see example)
 
* nick - if empty a random nick like "mib_3Zh5F4" will be presented
 
* nick - if empty a random nick like "mib_3Zh5F4" will be presented

Revision as of 17:35, 24 December 2008

To open a full featured mibbit chat window with your preferred irc server/channel(s) presented in the connection form you can add a query string like so:

http://www.mibbit.com/?server=irc.freenode.net&channel=%23test,%23MibChat

or if your channel is located on irc.mibbit.net:

<a href="https://www.mibbit.com/?server=irc.mibbit.net&channel=%23yourCh&nick=yourNick" 
target="_blank">open a Chat window</a>

Make sure that you have "autoconnect" disabled in your "channels"!

Supported "GET" parameters:

  • server (must be set, even for irc.mibbit.net)
  • channel - you even can submit a comma separated channel list (see example)
  • nick - if empty a random nick like "mib_3Zh5F4" will be presented
  • debug - true opens a debug Log tab

The embedded widget version supports external servers as well, see uri_parameters .