Room Administration - Room Counter

Service Levels That Support This Option:

Basic

Enterprise

Advanced

Event

Professional

Reseller

 

Rooms Tab > Display Room Codes  > Room User Counter Code

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 there. 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 Room 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.

 

 

Room User Counter Code Defined

 

<!-- 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="query.Room" value="Lobby">

<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 -->