This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
help:installing:webchat [2013/05/19 17:41] – rubin | help: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:// | ||
- | |||
- | ===== 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:// | ||
- | * 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:// | ||
- | * Enter a nickname and a channel where you want to go. If you don't know a channel, start in '# | ||
- | * 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:// | ||
- | |||
- | 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=" | ||
- | </ | ||
- | |||