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. The same widget.js snippet can also enable campaign tracking, including pages where you want to measure WhatsApp clicks without showing the visual widget.

Why use the TAU Widget?

  • ✅ Installation in less than 5 minutes
  • ✅ Fully customizable (colors, size, position)
  • ✅ Built-in WhatsApp support
  • ✅ Automatic campaign source tracking
  • ✅ Invisible mode for tracking WhatsApp clicks
  • ✅ 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). To use campaign tracking only, see tracking_only mode in the detailed installation guide.

Next steps

On this page