What if I don't want an in-page chat option? Can I still use proactive chat invitations?
6502 views
|
Last updated on Apr 02, 2025
proactive
You can have proactive chat invitations with or without a corresponding in-page chat option.
If you only want a proactive chat invitation with no in-page chat box or button, here's how to configure your chat snippet:
- Select a pop-up chat widget style.
- For the "Online appearance," remove everything and add a span with a style that sets a bit of text (like "chat with us") to not display, like this:
<span style="display:none;">chat with us</span>
- Configure the proactive chat invitation as desired.
- For the "Offline appearance," remove everything and add an empty span like this:
<span></span>
- For the "Browser JavaScript disabled / Service error" appearance, remove everything and leave it blank (empty).
- Save your new chat snippet and copy/paste its embed code into your web page.
FAQ URL: