Install the Chat Widget on Your Website
The TixTalk chat widget is a small launcher that sits on your website and lets visitors start a conversation with your team. Here's how to get it live.
Create a Widget
Copy Your Snippet
Open your widget and find the install snippet. It looks like this:
<!-- TixTalk Live Chat Widget -->
<script>
(function(w,d,s,o,f,js,fjs){
w[o]=w[o]||function(){(w[o].q=w[o].q||[]).push(arguments)};
js = d.createElement(s), fjs = d.getElementsByTagName(s)[0];
js.id = o; js.src = f; js.async = 1; fjs.parentNode.insertBefore(js, fjs);
}(window, document, 'script', 'TixTalk', 'https://widget.tixtalk.com/widget.js'));
TixTalk('init', { apiKey: 'YOUR_WIDGET_KEY' });
</script>
Add It to Your Site
Paste the snippet into your website's HTML, just before the closing