Difference between revisions of "Uri parameters"

From Mibbit Wiki
Jump to: navigation, search
(uri parameter other than /dset)
 
m (full version)
Line 1: Line 1:
 
You can control the behavior of mibbit by calling it with various parameters in the uri ("GET"):
 
You can control the behavior of mibbit by calling it with various parameters in the uri ("GET"):
 
==full version==
 
==full version==
 +
these will only result in a [[pre-filled]] connect form:
 +
 
* server=
 
* server=
 
* channel=  (you even can submit a comma separated channel list like %23chat,%23test)
 
* channel=  (you even can submit a comma separated channel list like %23chat,%23test)
Line 6: Line 8:
 
* pass=  
 
* pass=  
  
example: https://www.mibbit.com/server=irc.freenode.net&channel=%23mibbit,%23test  
+
example: https://www.mibbit.com/server=irc.freenode.net&channel=%23mibbit,%23test
  
 
==widget==
 
==widget==

Revision as of 18:37, 9 April 2008

You can control the behavior of mibbit by calling it with various parameters in the uri ("GET"):

full version

these will only result in a pre-filled connect form:

  • server=
  • channel= (you even can submit a comma separated channel list like %23chat,%23test)
  • nick= (if empty a random nick like "mib_3Zh5F4" will be presented)
  • pass=

example: https://www.mibbit.com/server=irc.freenode.net&channel=%23mibbit,%23test

widget

  • server=
  • channel= only one %23room! (later you can type /j #anotherRoom )
  • nick=
  • pass=
  • forcePrompt=true (default: false for irc.mibbit.com)
  • additionally all "/dset" name=value pairs, see widget parameters

example: http://embed.mibbit.com/?channel=%23test&chatOutputShowTimes=true&forcePrompt=true