Integrating Lighthouse with Live Chat Providers
Lighthouse integrates with some chat widgets to provide an extra layer of ticket deflection so customers can find helpful articles before getting in touch. When integrating the two snippets customers…
Updated
by River Sloane
Lighthouse integrates with some chat widgets to provide an extra layer of ticket deflection so customers can find helpful articles before getting in touch. When integrating the two snippets customers will be able to chat into your team when they press the Contact button inside Lighthouse.
Here's a list of the chat providers Lighthouse integrates with:
- GoSquared
- Intercom
- Sunshine Conversations (formerly Smooch)
- Gorgias
- Front Chat
- Drift
If you're not comfortable with adding code to your website you'll want to get help from a developer
Integrating Lighthouse with Live Chat Providers
- Copy the chat widget code snippet from your provider
- Head to your HelpDocs Lighthouse Settings page for quick access later
- On your website
- Paste the chat code snippet before the
</body>
tag - Remove any mention of
defer
from the code snippet⏰ This helps the chat widget and Lighthouse load at the right times. Use the built in browser search to find it quicker - Copy the Lighthouse code snippet from the HelpDocs dashboard
- Place the Lighthouse code snippet after the chat code snippet but before the
</body>
tag
- Paste the chat code snippet before the
Using Front Chat? You'll need to set
useDefaultLauncher
to false
when you initialize the FrontChat object.What did you think of this doc?
Understanding Lighthouse
Installing Lighthouse