Installation of multiple live help button scripts on one page
One page of your website can only have ONE ZaZaChat Live Help button script installed.
Sometimes you need to have two Live Help buttons installed on the same page. i.e. Header and Footer of the page, or Live Help image in the header of the page and "Live Help" link in the footer.
Please follow this instructions carefully while installing multiple ZaZaChat Live Help button scripts on the same page:
-
Install first Live Help button on the page by copying and pasting ZaZaChat HTML code retreived at the end of "Get Live Help button" wizard found in Administration Panel of your account.
-
To install the second button/link on your web page modify ZaZaChat HTML code below by replacing "YOUR_ACCOUNT_ID" with your ZaZaChat account id and IMG_ID with the image id you would like to display and paste it in the location of your web page where you would like the second button to appear:
<a href="javascript:void(0)" onclick="OpenZaZaChat();"><img alt="Live Chat Support" id=zazachatimg border=0 nocache src="https://www.zazachat.com/LiveChatClient/functions/imageserver.ashx?zazac=YOUR_ACCOUNT_ID&zimg=IMG_ID&t=f"></a>
Alternatively to an Image/Button HTML code you can use the code below to place a Live Help Link on your web page:
<a href="javascript:void(0)" onclick="OpenZaZaChat();">Live Help</a>
By appending "t=f" querystring parameter in your ZaZaChat HTML code installation of the second button you are disabling Visitor tracking which is not needed since the page is already tracked by the first button installed on your page.