Installing Your AI Assistant

The steps to installing your AI assistant on your website.

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

  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.

Updated on