These are examples of different ways you can configure the Glad App on the web.
You can view the Glad App developer documentation here.
To help with exploring the Glad App functionality a small webserver is included and can be run, for this Node and NPM must be installed. To run the webserver do the following.
$ npm install
$ npm start
visit http://localhost:3000 in your webbrowser. Don't forget to fill in your appId in the example HTML pages.
If no customization is needed and you want to use the most straightfoward setup.
Gladly allows you to customize the minimized chat button that is rendered on your site to better align with your brand. This is an example of how you can set that up.
This is an example of how the events that Glad App is emitting can be used. This can be useful if you want to track Glad App interactions within an analytics platform such as Google Analytics.
If a custom minimized button is used, proactive chat notification will not be displayed. This example shows how you can use events to make proactive chat work.