Integrating a Resinq chatbot into your Weebly site can significantly enhance user interaction by providing immediate automated support directly on your site. This guide will walk you through the process of embedding your chatbot in Weebly, either globally across all pages or specifically on selected pages.
Prerequisites
Before you begin, ensure you have:
- Log in to Resinq: Access your Resinq dashboard.
- Select Your Chatbot: Choose the chatbot you wish to integrate.
- Navigate to Embed Section: Click or tap on the Embed tab within your chatbot's settings.
- Copy the Embed Code: Copy the HTML embed code provided for web integration.
Integrating Chatbot into Weebly
Weebly allows you to add HTML code globally or on specific pages:
Global Integration
Access Weebly Settings
Log into your Weebly account and navigate to Settings.
Go to SEO Settings
Select the SEO tab from the settings menu.
Embed in Footer Code
Scroll to the Footer Code section and paste the Resinq embed code here. This will load the chatbot 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 and Publish
Click Save and then Publish to make the changes live.
Specific Page Integration
Edit Specific Page
Navigate to Pages and select the page you want to add the chatbot to.
Open Page SEO Settings
Click on Edit Page and find the SEO Settings.
Insert Code in Footer
Paste the Resinq embed code into the Footer Code section for that specific page.
<!-- Resinq Embed Code -->
<script src="https://newchat-ai-six.vercel.app/chatbot.js"></script>
<script>
Chatbot.init({
chatbotId: "clxelx9jx0001ghlho30v3qg3",
});
</script>
Save Changes
Ensure you save the changes and publish the page to update your site.
Best Practices
- Test Functionality: After embedding the chatbot, visit your site to test the functionality to ensure the chatbot is working as expected.
- Monitor Performance: Check the performance of your site to ensure that the addition of the chatbot does not impact load times or user experience.
Troubleshooting
If you encounter issues with your chatbot on Weebly, consider these troubleshooting steps:
Chatbot Not Displaying
Chatbot Malfunctioning
By following this guide, you can successfully integrate a Resinq chatbot into your Weebly site, either globally or on specific pages, enhancing the interactive capabilities and user support offered by your website.