Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
help:installing:webchat [2013/05/19 17:41] rubinhelp:installing:webchat [2025/06/30 18:30] (current) – removed rubin
Line 1: Line 1:
-~~NOTOC~~ 
- 
-====== AfterNET in your Browser with Qwebirc ====== 
- 
-We now offer [[https://qwebirc.afternet.org/|QWebIrc]] where you can chat on AfterNET in your browser.  
- 
-===== Advantages ===== 
-  * Connects using https protocol, which is securely encrypted and unlikely to be filtered on even the most paranoid internet connection. 
-  * Works anywhere with a javascript enabled web browser, such as [[http://www.firefox.com|FireFox]] or Internet Explorer. 
-  * Built in support for Login-on-Connect so you can authenticate with your AfterNET Account easily and keep your IP hidden from other chatters. 
- 
-===== How to Use ===== 
-  * Open [[https://qwebirc.afternet.org/|qwebirc.afternet.org]]. 
-  * Enter a nickname and a channel where you want to go. If you don't know a channel, start in '#AfterNET' 
-  * If you have registered an AfterNET Account, enter your account and password in. If not, just leave them blank. 
- 
-===== Add Chat to Your Website ===== 
- 
-You can embed the qwebirc session into an existing website, to have your visitors chat via afternet! 
- 
-==== Link to chat ==== 
-Simply link to a URL like this: 
- 
-  https://www.afternet.org/qwebirc/?nick=MYVISITOR_.&channels=MYCHANNEL&prompt=1&uio=d4 
- 
-but change MYCHANNEL to your channel name (ie #frogs), and MYVISITOR to something disinct (ie. ANONFROG) 
- 
-Or, you can embed the chat in your own web page instead of a link: 
- 
-<code html> 
-  <iframe src="https://www.afternet.org/qwebirc/?nick=MYVISITOR&channels=MYCHANNEL&prompt=1&uio=d4" width="647" height="400"></iframe> 
-</code> 
-