TAU Widget
TAU Widget
Add an intelligent virtual assistant to your website in less than 5 minutes.
TAU Widget
The TAU Widget offers a simple and powerful way to add an intelligent virtual assistant to your website. With support for multiple channels, advanced customization, and integration with external systems.
Why use the TAU Widget?
- ✅ Installation in less than 5 minutes
- ✅ Fully customizable (colors, size, position)
- ✅ Built-in WhatsApp support
- ✅ Automatic UTM parameter capture
- ✅ Analytics and custom events
- ✅ Responsive and optimized for mobile
- ✅ JavaScript API for programmatic control
Quick installation
Add this code before </body> and replace YOUR_APP_ID:
<script>
window.taubotConfig = {
appId: 'YOUR_APP_ID'
};
(function() {
var loadWidget = function() {
var script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.src = 'https://app.taubot.ai/widget/widget.js';
document.getElementsByTagName('head')[0].appendChild(script);
};
if (document.readyState === 'complete') {
loadWidget();
} else {
window.addEventListener('load', loadWidget);
}
})();
</script>Your App ID is available in the TAU dashboard under Widget Settings. It is usually based on your site's domain (e.g., mysite.com).