You will want to install your AI assistant by adding it to the <FOOTER> or bottom of the <BODY> tag of your website. This looks like below:

<BODY>
<!--YOUR BODY CODE HERE-->
<div class="demo">
<h3>Footer</h3>
<span>
This is some footer text
</span>
</div>
<!--AI ASSISTANT CODE-->
<script src="https://app.strictly.ai/widget/chat-embed.js" data-bot-id="YOUR BOT ID"> </script>

</BODY>

How to Install on WordPress

  1. Go to your WordPress Admin

  2. Go to ‘Plugins’

  3. Install the WPCode plugin

  4. Navigate to WPCode

  5. Add a footer code

  6. Ensure your AI Assistant code is at the bottom.