Difference between revisions of "Widget"

From Mibbit Wiki
Jump to: navigation, search
(New page: The embedded widget is in alpha... [http://embed.mibbit.com/e/example.html example] The default prefs are chatOutputShowTimes = false showJoinsParts = false showAwaysBacks = false chatO...)
 
Line 5: Line 5:
 
The default prefs are
 
The default prefs are
  
chatOutputShowTimes = false
+
* chatOutputShowTimes = false
showJoinsParts = false
+
* showJoinsParts = false
showAwaysBacks = false
+
* showAwaysBacks = false
chatOutputNickWidth = 90
+
* chatOutputNickWidth = 90
userListWidth = 130
+
* userListWidth = 130
 +
* focusNewJoins = false
  
 
You can override all of these in the URL, using params.
 
You can override all of these in the URL, using params.
Line 15: Line 16:
  
 
Then, just specify channel and optionally nick.
 
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 you do not provide a channel, it will go to #chat
If there is a nick collision, the user will be prompted to choose a new one (IE7 may have issues with prompt)
+
* 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 02:28, 27 February 2008

The embedded widget is in alpha...

example

The default prefs are

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

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

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)