Difference between revisions of "Talk:Widget"
Line 14: | Line 14: | ||
==How to get the object trick to work with IE aswell== | ==How to get the object trick to work with IE aswell== | ||
e107 is a real pain and the only thing that would work is the object trick, so I tried it and my one friend suggested using <embed> within the <object> tags, so I did and played around a bit with it. It works for Firefox and IE now using the following code: | e107 is a real pain and the only thing that would work is the object trick, so I tried it and my one friend suggested using <embed> within the <object> tags, so I did and played around a bit with it. It works for Firefox and IE now using the following code: | ||
− | :<object id="chat" type="text/html" width="500" height="380" data=" | + | :<object id="chat" type="text/html" width="500" height="380" data=" http://widget.mibbit.com/index.html?server=irc.deepspace.org&channel=%23chatz"> |
+ | :<embed src="http://embed.mibbit.com/?server=irc.deepspace.org&channel=%23chatz" width="500" :height="380"></embed></object> | ||
Hope this is useful to someone :) | Hope this is useful to someone :) |
Revision as of 17:59, 20 April 2009
Contents
The channel key should not be displayed in the uri
that's why the backend sends the key to the server! Contact: tech@mibbit.com
Choose server?
Is it possible to connect to for example irc.freenode.net instead of to the mibbit.com server? If so, please document. 82.204.3.218 11:07, 28 February 2008 (UTC)
- Yeah, I have a channel on Freenode and I wanted to use mibbit to put it on my site. Is that possible?
- possible now
- ok, so is there syntax anywhere? ?server &nick &channel?
- possible now
MediaWiki extension
MinuteElectron at my request created a MediaWiki extension that allows connecting to a preconfigured server/channel called Mibbit. Not really an original name, I know :). documentation, implementation. Siebrand 15:36, 1 April 2008 (UTC)
How to get the object trick to work with IE aswell
e107 is a real pain and the only thing that would work is the object trick, so I tried it and my one friend suggested using <embed> within the <object> tags, so I did and played around a bit with it. It works for Firefox and IE now using the following code:
- <object id="chat" type="text/html" width="500" height="380" data=" http://widget.mibbit.com/index.html?server=irc.deepspace.org&channel=%23chatz">
- <embed src="http://embed.mibbit.com/?server=irc.deepspace.org&channel=%23chatz" width="500" :height="380"></embed></object>
Hope this is useful to someone :)