Difference between revisions of "Pre-filled"

From Mibbit Wiki
Jump to: navigation, search
(this method seems not to work anymore)
(server AND channel needed!)
Line 1: Line 1:
===this method seems not to work anymore===
 
 
 
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=%23chat,%23mibbit,%23yourCh
 
  http://www.mibbit.com/?server=irc.freenode.net&channel=%23chat,%23mibbit,%23yourCh
 
or if your channel is located on irc.mibbit.com:
 
or if your channel is located on irc.mibbit.com:
  <a href="https://www.mibbit.com/?pass=yourPW&nick=yourNick&channel=%23yourCh"  
+
  <a href="https://www.mibbit.com/?server=irc.mibbit.com&channel=%23yourCh&pass=yourPW&nick=yourNick"  
 
  target="_blank">open a Chat window</a>
 
  target="_blank">open a Chat window</a>
(choose a nick and click on [connect])
 
 
Supported (optional) "GET" parameters:
 
Supported (optional) "GET" parameters:
* server
+
* server (must be set, even for irc.mibbit.com)
 
* channel - you even can submit a comma separated channel list (see example)
 
* channel - you even can submit a comma separated channel list (see example)
* pass  
+
* pass (optional)
 
* nick - if empty a random nick like "mib_3Zh5F4" will be presented
 
* nick - if empty a random nick like "mib_3Zh5F4" will be presented
  
 
The embedded [[widget]] version now supports external servers as well, see [[UriParameter]] .
 
The embedded [[widget]] version now supports external servers as well, see [[UriParameter]] .

Revision as of 23:08, 9 April 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=%23chat,%23mibbit,%23yourCh

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

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

Supported (optional) "GET" parameters:

  • server (must be set, even for irc.mibbit.com)
  • channel - you even can submit a comma separated channel list (see example)
  • pass (optional)
  • nick - if empty a random nick like "mib_3Zh5F4" will be presented

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