Omnia chat widget

Local test harness. The widget itself is the bubble in the bottom-right corner — it is the same file your WordPress site loads.

Try these

Embed on WordPress

Paste into Appearance → Theme File Editor → footer.php before </body>, or use a plugin such as WPCode / Insert Headers and Footers.

<script src="https://omnia-chat-widget.pages.dev/widget.js" defer></script>

That is the entire integration. Replace the domain with your own Pages URL or custom domain, and make sure it is listed in ALLOWED_ORIGINS.

Opening it from your own button

The widget exposes window.OmniaChat.open() and .close().