Difference between revisions of "Widget"

From Mibbit Wiki
Jump to: navigation, search
(Added Mibbit IRC form info)
Line 14: Line 14:
 
* userListWidth = 130
 
* userListWidth = 130
 
* focusNewJoins = false
 
* focusNewJoins = false
 +
 +
Then, just specify channel and optionally nick.
 +
 +
* If you do not provide a channel, it will go to #chat
 +
* If you do not provide a nick, a random one will be chosen
 +
* If there is a nick collision, the user will be prompted to choose a new one (IE7 may have issues with prompt
  
 
You can override all of these in the URL, using params.
 
You can override all of these in the URL, using params.
 
You can also override autoAway. eg &autoAway=0 to disable
 
You can also override autoAway. eg &autoAway=0 to disable
  
Then, just specify channel and optionally nick.
+
A form can be used to access the widget easily in a chat window. The form uses 2 following params that the embeddable widget does not yet support:
 +
* server =
 +
* pass =
 +
The embeddable widget will support these params soon.
 +
 
 +
[http://rsinfinity.net/mibbitform.php?server=irc.mibbit.com&channel=mibbit&force=true Example form]
  
* If you do not provide a channel, it will go to #chat
+
The form can be configured [http://rsinfinity.net/mibbitform.gen.php here]
* If you do not provide a nick, a random one will be chosen
 
* If there is a nick collision, the user will be prompted to choose a new one (IE7 may have issues with prompt)
 

Revision as of 23:44, 2 March 2008

The embedded widget is in alpha...

example

The basic URL is http://embed.mibbit.com/e/ Please make sure you use embed.mibbit.com and NOT www.mibbit.com.

The default prefs are

  • chatOutputShowTimes = false
  • showJoinsParts = false
  • showAwaysBacks = false
  • chatOutputNickWidth = 90
  • userListWidth = 130
  • focusNewJoins = false

Then, just specify channel and optionally nick.

  • If you do not provide a channel, it will go to #chat
  • If you do not provide a nick, a random one will be chosen
  • If there is a nick collision, the user will be prompted to choose a new one (IE7 may have issues with prompt

You can override all of these in the URL, using params. You can also override autoAway. eg &autoAway=0 to disable

A form can be used to access the widget easily in a chat window. The form uses 2 following params that the embeddable widget does not yet support:

  • server =
  • pass =

The embeddable widget will support these params soon.

Example form

The form can be configured here