To setup Live Chat to function with Zendesk you will need to create an extension within the Zendesk administration. You can setup the extensions within the Zendesk Administration > Settings > Extensions. You should then click Add Widget > Global JavaScript. The paste the following code. The Global JavaScript widget will insert the Live Help JavaScript and Live Help visitor tracking code on all your web pages.

One you have pasted the above code into the Zendesk Global JavaScript widget you will need to edit the following line near the bottom of the JavaScript code. You should change the bold text to the domain where you have installed the Live Help software. Only add the domain to this text as the /livehelp/ folder will be added automatically.

LiveHelpSettings.url = 'www.example.com';

You can also create a Custom widget with the following code if you wish to display the Live Help chat button on certain pages. You also need to edit the bold text within the code below to point to your Zendesk installation.

<!-- stardevelop.com Live Help International Copyright - All Rights Reserved //-->
<!-- BEGIN Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //-->
<a href="#" target="_blank" class="LiveHelpButton">
<img src="http://www.example.com/livehelp/include/status.php" id="LiveHelpStatus" name="LiveHelpStatus" class="LiveHelpStatus" border="0" alt="Live Help" />
</a><!-- END Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //-->

Related articles:

  1. WordPress Plugin / Widget Installation
  2. WHMCS Module Installation
  3. WHMCS HTML Code