Embedding the public AI chat
The public AI chat at /chat/{orgId} can be embedded similarly to the diagnostic widget.
Embed as iframe
Use the iframe embed code from the Widget Generator (AI Chat tab):
<iframe src="https://certorix.online/chat/org_456def?theme=light" width="100%" height="500" frameborder="0"></iframe>
URL parameters
theme=light|dark– Light or dark mode. Default: light.primaryColor={hex}– Brand colour for accents and buttons.hideHeader=true– Remove the header (organization name, logo).greeting={text}– Override the default opening message.suggested=true|false– Show recommended questions (default: true).
Floating launcher for AI chat only
You can embed the AI chat as a floating launcher without the diagnostic tree component:
cw('init', { mode: 'chat', orgId: 'org_456def', trigger: 'button' });This loads only the AI chat, not the diagnostic tree selector.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article