Adding a Resinq chatbot to your SquareSpace site can significantly enhance user interaction by providing immediate automated support. This guide will walk you through the process of embedding your chatbot in SquareSpace using the platform's built-in code injection feature.
Prerequisites
Before you begin the integration process, make sure you have:
- Log in to Resinq: Start by logging into your Resinq dashboard.
- Select Your Chatbot: Choose the chatbot you want to integrate.
- Copy the Embed Code: In the Embed section under the Web tab, copy the HTML embed code provided for your chatbot.
Integrating Chatbot into SquareSpace
Follow these steps to add your chatbot to your SquareSpace site:
Access SquareSpace Dashboard
Log into your SquareSpace account and select your site from the dashboard.
- From the left menu, select Website then Pages.
Navigate to Website Tools
- From on Utilities and select Website Tools from the options provided.
Code Injection
In the new drawer that appears, select Code Injection.
Paste the previously copied Resinq embed code into the Footer area. This ensures that the chatbot loads on every page of your site.
<!-- Resinq Embed Code -->
<script src="https://newchat-ai-six.vercel.app/chatbot.js"></script>
<script>
Chatbot.init({
chatbotId: "clxelx9jx0001ghlho30v3qg3",
});
</script>
Save Changes
Click Save from the top left corner to apply your changes and activate the chatbot on your site.
Best Practices
- Test After Implementation: After embedding the chatbot, navigate through your site to ensure the chatbot is functioning correctly and engaging users as expected.
- Optimize for Mobile: Verify that the chatbot performs well on both desktop and mobile versions of your SquareSpace site.
Troubleshooting
If you face any issues with your chatbot on SquareSpace, consider the following troubleshooting tips:
Chatbot Not Appearing
Chatbot Malfunctioning
By following this guide, you can successfully integrate a Resinq chatbot into your SquareSpace site, enhancing the interactive capabilities and providing automated user support efficiently.