ada-chat-initiation-script
v1.0.1
Published
A script to load the ada chat widget
Maintainers
Readme
Ada Chat Script
This is a script to load the Ada chat widget to any website. The script can be located here: https://www.npmjs.com/package/ada-chat-initiation-script
To republish update the package version and run:
npm publishHow to use the script:
- Add the script to your website
- Add the data-url attribute to the script tag with the url of the chat widget itself
<script src="urlToTheScript" data-url="urlOfTheChatWidget"></script>