Log in | Back to darenet.org

WebChat

m (Step 1)
m (Advanced Option: Changed hue color)
 
(18 intermediate revisions not shown)
Line 1: Line 1:
-
Here's a quick and easy guide to 'embedding' DareNET's [http://webchat.darenet.org WebChat] (based on [http://www.qwebirc.org qwebirc]) on your own website, allowing your users to easily connect to your channel(s)!
+
__NOTOC__
 +
Easily add DareNET's [http://www.darenet.org/webchat WebChat client] to your own web site. Not only is it free, but it requires no additional software on your part. Additionally, your users will enjoy no adverts, a lean interface and a low-ping direct connection to your channel(s) on DareNET. To get started, simply use the [http://webchat.darenet.org embed wizard], which can be found from the client's main menu (as shown below):
-
== Step 1 ==
+
[[Image:Webchat_mainmenu.png]]
-
Decide on the color scheme you'd like to use.
+
== Embed Wizard Guide ==
-
The webchat client currently allows you to choose from a 360 degree range of hues (using the HSB/HSL encondings of RGB), an illustration of which is shown below. Users can also easily change their hue by using the color slider found within the options menu. However, as a site owner you can use a pre-defined hue for your embedded client, to more closely match your site.
+
In this guide, we'll discuss the different options presented throughout the embed wizard in more detail, and how website owners can easily customize the client's color. As always, should you need assistance don't hesitate to stop by [http://www.darenet.org/webchat?channels=support #support] and ask!
-
'''Hue Color Scale:'''<br>
+
=== OPTION: Nickname Mode ===
-
[[Image:Huescale.png]]
+
-
The hue is specified (using the range 0 to 360) in the URL using the 'hue' parameter. For example: <code>http://webchat.darenet.org/?hue=100</code>
+
This option allows you to choose the nickname mode that will be used when users visit your chat page.
-
Here are some examples of different hues:<br>
+
Three different modes are available:
-
[http://webchat.darenet.org/?hue=0 0] - [http://webchat.darenet.org/?hue=60 60] - [http://webchat.darenet.org/?hue=100 100] - [http://webchat.darenet.org/?hue=200 200] - [http://webchat.darenet.org/?hue=300 300]
+
-
Once you have decided on a hue, write the number for it down. We'll use it a bit later in the code you'll be using on your site.
+
* Generate a random nickname (e.g. webchat8472)
 +
* Let user choose their own nickname
 +
* Preset nickname, chosen by you
-
== Step 2 ==
+
The preset mode allows you to use a custom nickname for your users. For example, if the name of your channel was <code>#news</code>, you might want the nicknames to look like <code>News-5245</code> instead of <code>webchat5245</code>, as it would appear if the random nickname mode was used. This would be achieved by entering <code>News-....</code> in the preset nickname box, when prompted. The periods ('.') will be replaced by random numbers when a user visits the page.
 +
 
 +
=== OPTION: Set Channels ===
 +
 
 +
This option allows you to choose the channel(s) a user will automatically join when they connect to DareNET using your chat page. If multiple channels are specified, separate them using a comma (','). For example: <code>#darenet,#dev</code>
 +
 
 +
=== FINISHED! Paste Code ===
 +
 
 +
Once you have completed the embed wizard, you will be given a custom link to your chat client. You and your users may use this link to automatically be taken to your version of DareNET's WebChat client. Additionally, you will be given a line of code to add to your web page to allow visitors to connect to DareNET from your site. Simply add this HTML code to where you would like the client to appear.
 +
 
 +
----
 +
 
 +
=== Advanced Option: Changed hue color ===
 +
 
 +
Some web site owners may want to choose the (hue) color of the client, to make it more closely resemble their site's look and feel. This can be achieved by appending the <code>hue</code> param to the end of the URI. The value may be a number between 0 and 360 (as shown on the hue scale below).
 +
 
 +
<html><img src="http://www.darenet.org/wiki/images/7/75/Huescale.png"></html>
 +
 
 +
Example: <code>http://webchat.darenet.org?channels=darenet&hue=360</code>
 +
 
 +
[[Category:All]] [[Category:Documentation]]

Current revision as of 10:19, 6 February 2010

Easily add DareNET's WebChat client to your own web site. Not only is it free, but it requires no additional software on your part. Additionally, your users will enjoy no adverts, a lean interface and a low-ping direct connection to your channel(s) on DareNET. To get started, simply use the embed wizard, which can be found from the client's main menu (as shown below):

Image:Webchat_mainmenu.png

Embed Wizard Guide

In this guide, we'll discuss the different options presented throughout the embed wizard in more detail, and how website owners can easily customize the client's color. As always, should you need assistance don't hesitate to stop by #support and ask!

OPTION: Nickname Mode

This option allows you to choose the nickname mode that will be used when users visit your chat page.

Three different modes are available:

  • Generate a random nickname (e.g. webchat8472)
  • Let user choose their own nickname
  • Preset nickname, chosen by you

The preset mode allows you to use a custom nickname for your users. For example, if the name of your channel was #news, you might want the nicknames to look like News-5245 instead of webchat5245, as it would appear if the random nickname mode was used. This would be achieved by entering News-.... in the preset nickname box, when prompted. The periods ('.') will be replaced by random numbers when a user visits the page.

OPTION: Set Channels

This option allows you to choose the channel(s) a user will automatically join when they connect to DareNET using your chat page. If multiple channels are specified, separate them using a comma (','). For example: #darenet,#dev

FINISHED! Paste Code

Once you have completed the embed wizard, you will be given a custom link to your chat client. You and your users may use this link to automatically be taken to your version of DareNET's WebChat client. Additionally, you will be given a line of code to add to your web page to allow visitors to connect to DareNET from your site. Simply add this HTML code to where you would like the client to appear.


Advanced Option: Changed hue color

Some web site owners may want to choose the (hue) color of the client, to make it more closely resemble their site's look and feel. This can be achieved by appending the hue param to the end of the URI. The value may be a number between 0 and 360 (as shown on the hue scale below).

Example: http://webchat.darenet.org?channels=darenet&hue=360