To install the widget code on an HTML/CSS
site, please follow the steps below:
- Open the
index.html
of your website using your favorite editor. - Search by 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 in all the individual pages of the website where it is necessary to implement the widget. For example: aboutus.html
or contact.html