Web Channel Configuration
Configure your LiveTok AI chat widget for your website. Provide instant customer engagement with a fully customizable web chat interface.
Overview
The Web channel provides:
- Instant Deployment - Add to any website with one line of code
- Text Messaging Only - Text-based conversations (voice coming soon)
- Fully Customizable Appearance - Match your brand colors, position, and style
- JavaScript API - Programmatic control and integration
- Mobile Responsive - Works seamlessly on all devices
- No Page Reload - Persistent conversations across pages
Quick Start
Basic Installation
The simplest way to add LiveTok to your website is just to include the script tag for the javascript component and configuring the domain name you selected when enabling the web channel.
<!-- Add before closing </body> tag -->
<script src="https://www.livetok.ai/widget/dist/livetok-widget.min.js"></script>
<script>
window.livetokConfig = {
domain: 'mycompany'
};
</script>Note: The domain parameter should be the subdomain you chose in the dashboard when enabling the web channel (e.g., mycompany), not the full domain of your website (e.g., mycompany.com).

That’s it! The widget will appear on your site.
Next Steps
Support
Need help with Web widget configuration?
- Contact support at support@livetok.ai
- Check Developer Documentation
- Review API Reference