Skip to content

gladly/gladapp-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glad App Examples

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.

Default Setup

If no customization is needed and you want to use the most straightfoward setup.

View Example

Custom Minimized Button

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.

View Example

Working with Events

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.

View Example

Custom proactive chat notification

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.

View Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published