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 open tag
<head>
. - Copy your JS code and place the embed code below as the first entry in your site's <head> tag
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: about.html
or contact.html
.