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
- What does a corner lot cost? — answered from the system prompt, no sign-in.
- Do you serve Okotoks? — should decline; it is outside the coverage area.
- Where is my plow? — needs a tool, so it will ask you to sign in.
- I need an emergency plow, I have a medical appointment — should confirm the address with you before booking anything.
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().