Difference between revisions of "Uri parameters"

From Mibbit Wiki
Jump to: navigation, search
m
m (full version)
Line 29: Line 29:
  
 
example:
 
example:
  https://www.mibbit.com/?server=irc.freenode.net&channel=%23mibbit,%23test
+
  https://www.mibbit.com/?server=irc.mibbit.com&channel=%23mibbit,%23chat&nick=yourNickHere
 +
 
  
 
or (used for the new Firefox 3 irc handler):
 
or (used for the new Firefox 3 irc handler):
 
* <nowiki>url=<urlencoded irc://server/#channel></nowiki>
 
* <nowiki>url=<urlencoded irc://server/#channel></nowiki>
 
example:  
 
example:  
  https://www.mibbit.com/?url=irc%3A%2F%2Firc.freenode.net%2f%23defocus&nick=yourNickHere
+
  https://www.mibbit.com/?url=irc%3A%2F%2Firc.freenode.net%2f%23defocus
 
 
 
[[Category:Features]]
 
[[Category:Features]]
 
[[Category:Widget]]
 
[[Category:Widget]]

Revision as of 10:02, 1 September 2008

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

widget

  • server= (default: irc.mibbit.com)
  • channel= (default: %23chat, even a comma separated channel list like %23ch1,%23ch2%20key1,key2 is possible)
  • nick=prefix_%3F%3F%3F%3F (%3F=?, representing a random digit)
  • forcePrompt=false (if you are the owner of the server ask mibbit to enable it)
  • promptPass=true (ask for a password)
  • authmethod=nickserv (default, or pass)
  • authkey= (default: empty, see Widget#Securing_your_widget )
  • noServerTab= (default: true)
  • noServerNotices= (default: false)
  • noServerMotd= (default: false)
  • customprompt=Welcome%20To%20MyChat
  • customloading=maybe%20you%20need%20to%20close%20other%20Mibbit%20windows%20first...
  • charset= (default: UTF-8)
  • settings=id (id taken from a mibbit full account: "prefs", see Skins)

examples (just right-click and open in a new window for testing):

http://embed.mibbit.com/?forcePrompt=true&promptPass=true&settings=7ca12664887d4b6e7a0fa6552f9e0de6 
http://embed.mibbit.com/?channel=%23test&noServerTab=false&forcePrompt=true&nick=MibWid%3F%3F%3F
http://embed.mibbit.com/?server=irc.freenode.net&channel=%23test&chatOutputShowTimes=true

You can use the Widget-Creator to create a link or an iframe code snippet now.

full version

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

  • server= (both server and channel must be provided!)
  • 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)

example:

https://www.mibbit.com/?server=irc.mibbit.com&channel=%23mibbit,%23chat&nick=yourNickHere


or (used for the new Firefox 3 irc handler):

  • url=<urlencoded irc://server/#channel>

example:

https://www.mibbit.com/?url=irc%3A%2F%2Firc.freenode.net%2f%23defocus