◼️Squarespace Integration Guide
Add an AI chatbot to Squarespace using the built-in Code Injection feature.
1Open Code Injection settings
In your Squarespace dashboard, navigate to Settings → Advanced → Code Injection.
2Paste in the Footer field
Paste the BotEmbed.ai embed script into the Footer text area. Code placed here is injected before the closing </body> tag on every page.
3Replace YOUR_BOT_ID
Replace the placeholder YOUR_BOT_ID with your actual bot ID from the BotEmbed.ai dashboard.
4Save your changes
Click Save at the top of the Code Injection page. The widget will appear on your live site immediately.
Code Examples
<!-- BotEmbed.ai Chat Widget -->
<script
src="https://www.botembed.ai/widget.js?botId=YOUR_BOT_ID"
data-theme="light"
data-position="bottom-right"
></script>Tips
Code Injection requires a Squarespace Business plan or higher. It is not available on Personal plans.
If you only want the chatbot on specific pages, use Squarespace's per-page code injection instead of the site-wide Footer field.
The widget works seamlessly with all Squarespace templates and does not affect your site's design.