OmniBots Chat Widget

This is a demo page for the OmniBots embeddable chat widget. Configure your deployment key below and click "Initialize Widget" to see it in action.

Widget Configuration

Embed in Your Website

<!-- Load widget CSS and JS -->
        <link rel="stylesheet" href="https://omnibots-widget.web.app/widget.css">
        <script src="https://omnibots-widget.web.app/widget.iife.js"></script>
        <script>
          window.omnibot.init({
            deploymentKey: 'your-deployment-key',
            position: 'bottom-right',
            autoOpen: false
          });
        </script>