You will want to install your AI assistant by adding it to the <FOOTER> of your website. This looks like below:
<FOOTER>
<!--YOUR FOOTER CODE HERE-->
<div class="footer">
<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>
</FOOTER>
Install on WordPress
-
Go to your WordPress Admin
-
Go to ‘Plugins’
-
Install the WPCode plugin
-
Navigate to WPCode
-
Add a footer code
-
Ensure your AI Assistant code is at the bottom.