Installation
After you set up all your files and upload them to your website, add this single line to your template:
HTML
<script src="/callme/js/callme.min.js" charset="utf-8"></script>
If you use other folder than/callme
, update the url:
HTML
<script src="/__folder__/js/callme.min.js" charset="utf-8"></script>
It's important to add it to the file that is being included to all the pages. E.g. footer or header.
💡 You can create as many config files as you may need