|
Basic |
|
Enterprise |
|
|
Advanced |
|
Event |
|
|
Professional |
|
Reseller |
|
Drive traffic to your chat rooms from throughout your web site! The User Counter is a Java-based counter that informs your web site visitors of how many users are currently chatting in all your rooms. Through the addition of a few lines of HTML to web pages throughout your site, the number of users in your chat rooms are conveniently displayed on any web page.
Use the customization tool to configure the size, color, and font of your Site User Counter, then click the "Show Me My User Counter Code" to generate your HTML. Copy the HTML from the window that displays, and paste it into the HTML source code of the web pages on your site where you wish to display this information.

Select the customization options you wish and click on the Show Me My User Counter Code Button. Your customized code will be displayed in a pop-up window similar to the one below.

Copy the code from the pop-up window and place it into your web page.
<!-- Begin Counter Code -->
<applet codebase="http://host7.parachat.com/pchat/applet"
archive=counter.jar code="count.ChatCounter.class" width=20 height=18>
<param name="query.Site" value="community">
<param name="ui.bg" value="FFFFFF">
<param name="ui.fg" value="000000">
<param name="ui.FontSize" value="10">
<param name="ui.FontName" value="Helvetica">
Sorry, your browser is not Java enabled, please visit
<a href="http://www.parachat.com/faq/java.html">our java support pages</a>
</applet>
<!-- End Counter Code -->
query.Site = Your site ID for your chat site
ui.bg = Background color of the who's chatting list
ui.fg = Font color
ui.FontSize = Font size
ui.FontName = Font that the user list will use