PurioChat isn’t limited to the site it’s installed on. With the Embed feature you can drop your chatbot onto any page – another WordPress site, a plain HTML landing page, a different CMS, anywhere – by pasting a single line of code. The chat, its knowledge, and your settings all stay on your PurioChat site; the other page just shows the bubble.

How to use it?
1. Go to AI Chat → Settings → Integrations.
2. Enable “Embed on any website” and click Save.
3. A copy-paste snippet appears. It looks like this:
<script src="https://your-site.com/wp-content/plugins/ai-chat-search-pro/assets/js/embed-loader.js" data-puriochat="https://your-site.com/" async></script>
Copy that snippet and paste it into any page where you want the chat to appear — right before the closing </body> tag, in your theme’s footer, or
via a “custom HTML / header & footer” tool (e.g. WPCode). That’s it. The chat bubble shows up in the corner, and clicking it opens your assistant —
exactly as it looks on your own site.
The page you paste it on does not need PurioChat, WordPress, or any plugins. Everything loads from your PurioChat site.
Restrict where it can run (optional)
If you only want the chat to load on certain sites, add them under Allowed domains:
example.com shop.example.com
– One domain per line. Entering example.com automatically covers all its subdomains and pages — no need to list each one.
– Leave it empty to allow the chat anywhere.
– On a domain that isn’t on the list, the chat simply won’t appear — your page is never affected.
Good to know
– It won’t get in the way. The chat is a transparent overlay — your page stays fully clickable. When the chat is open, only the chat panel captures
clicks; everything outside it keeps working.
– It’s fast. The loader is a static, cached file, so it adds virtually nothing to your page-load time.
– Conversations are tracked normally. Chats started from an embedded page show up in your history, tagged with the page they came from.
– Responsive. It adapts to mobile just like the on-site widget.


