Difference between revisions of "Pre-filled"

From Mibbit Wiki
Jump to: navigation, search
m
m (wording)
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.com&channel=%23ch1,%23ch2,%23ch3 ...
+
  http://www.mibbit.com/?server=irc.freenode.net&channel=%23ch1,%23ch2,%23ch3 ...
 
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">link to Chat
 
  <a href="https://www.mibbit.com/?pass=yourPW&nick=yourNick&channel=%23yourCh">link to Chat
Line 10: Line 10:
 
* nick - if empty a random nick like "mib_3Zh5F4tz" will be presented
 
* nick - if empty a random nick like "mib_3Zh5F4tz" will be presented
  
Later ("soon") the embedded [[widget]] version will support foreign servers as well.
+
Later the embedded [[widget]] version will support external servers as well.

Revision as of 19:57, 9 March 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=%23ch1,%23ch2,%23ch3 ...

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

<a href="https://www.mibbit.com/?pass=yourPW&nick=yourNick&channel=%23yourCh">link to Chat
</a>(choose a nick and click on [connect])

Supported (optional) "GET" parameters:

  • server
  • channel - you even can submit a comma separated channel list (see example)
  • pass
  • nick - if empty a random nick like "mib_3Zh5F4tz" will be presented

Later the embedded widget version will support external servers as well.