To install the widget code on an HTML/CSS
site, follow the steps below:
- Open the
index.html
of your website using your favorite editor. - Search for the close tag
</body>
. -
Copy your JS code and paste it before the close tag
</body>
, then save the changes:
If the page is in HTML/CSS
only (a non-dynamic page), the JS code must be implemented separately in all the individual pages of the website. For example: aboutus.html
or contact.html
.