Difference between revisions of "Pre-filled"
m (clean up) |
(alt. method) |
||
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:// | + | <nowiki>http://mibbit.com/chat/?server=irc.example.net&channel=%23test,%23MibChat</nowiki> |
or if your channel is located on irc.mibbit.net: | or if your channel is located on irc.mibbit.net: | ||
− | <a href="https:// | + | <nowiki><a href="https://mibbit.com/chat/?server=irc.mibbit.net&channel=%23yourCh&nick=yourNick" |
− | target="_blank">open a Chat window</a> | + | target="_blank">open a Chat window</a></nowiki> |
Make sure that you have "autoconnect" disabled in your "channels"! | Make sure that you have "autoconnect" disabled in your "channels"! | ||
Line 12: | Line 12: | ||
* nick - if empty a random nick like "mib_3Zh5F4" will be presented | * nick - if empty a random nick like "mib_3Zh5F4" will be presented | ||
* debug - true opens a debug Log tab | * debug - true opens a debug Log tab | ||
+ | ---- | ||
+ | |||
+ | alternatively you can use | ||
+ | <nowiki><a href="http://mibbit.com/chat/#a_channel@network_or_server" target="_blank">open a Chat window</a></nowiki> | ||
+ | ---- | ||
The embedded [[widget]] version supports external servers as well, see [[uri parameters]] . | The embedded [[widget]] version supports external servers as well, see [[uri parameters]] . | ||
[[Category:How To]][[Category:IRC]][[Category:Widget]] | [[Category:How To]][[Category:IRC]][[Category:Widget]] | ||
{{DEFAULTSORT:Pre-Filled}} | {{DEFAULTSORT:Pre-Filled}} |
Revision as of 19:26, 18 January 2010
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://mibbit.com/chat/?server=irc.example.net&channel=%23test,%23MibChat
or if your channel is located on irc.mibbit.net:
<a href="https://mibbit.com/chat/?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
alternatively you can use
<a href="http://mibbit.com/chat/#a_channel@network_or_server" target="_blank">open a Chat window</a>
The embedded widget version supports external servers as well, see uri parameters .