In addition to the 'Click To Chat' graphic that is show via the embedded code, you can display a list of agent names (and departments) who are on-line on your web site.
ParaChat LiveHelp creates a HTML page for your domain. This page contains a list of agent names and is refreshed each time an agent's status changes.
You can display this page on your own site.
The page is called {domain}.htm - for example, for site www.webpage.com the page will be called www.webpage.com.htm
The page will be located in the testdrive.parachat.biz/chat folder.
The simplest way to display the page within your own page is to use an Inline Frame (IFRAME). For example:
<P>Agents On-Line Now:
<IFRAME NAME="ParaChat LiveHelp" SRC="http://testdrive.parachat.biz/chat/www.webpage.com.htm">
</IFRAME>
Replace www.webpage.com with your own domain name (as setup in ParaChat LiveHelp).