How do I hide the Front Chat button?

  • Last updated on July 20, 2021 at 5:53 AM

If you're looking to hide the Front Chat button to reduce tab bloat on your site, you can use the following code when installing Front on your site:

FrontChat('init', {
  useDefaultLauncher: false
});

You can learn more about the settings for Front Chat on their SDK docs site here: 

https://dev.frontapp.com/docs/chat-sdk-reference

Was this article helpful?