Awesome! You're ready to start chatting!

You can use the button and widget below to try the software before you place the HTML code on your web site. When you are ready to add the code to your website, please follow the steps below.
Live Help

Step 1

The HTML code below is used to monitor your site visitors and setup the chat widget. Please insert this code between your <head> and </head> tags.
<script type="text/javascript">
<!--
	var Chatstack = { server: 'www.example.com' };
	(function(d, undefined) {
		// JavaScript
		Chatstack.e = []; Chatstack.ready = function (c) { Chatstack.e.push(c); }
		var b = d.createElement('script'); b.type = 'text/javascript'; b.async = true;
		b.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + Chatstack.server + '/livehelp/scripts/js.min.js';
		var s = d.getElementsByTagName('script')[0];
		s.parentNode.insertBefore(b, s);
	})(document);
-->
</script>

Step 2 (Optional)

The HTML code below is used to display the live chat Online / Offline button. Please place this code where you wish the button to appear.
<!-- Start Chatstack / Live Chat Button //-->
<a href="#" class="LiveHelpButton default"><img src="http://www.example.com/livehelp/status.php" id="LiveHelpStatusDefault" name="LiveHelpStatusDefault" border="0" alt="Live Help" class="LiveHelpStatus"/></a>
<!-- End Chatstack / Live Chat Button //-->