This guide shows you how to add Heyo to your Wix website. Works with all premium Wix plans.
You need a Wix Premium plan to add custom code to your site.
<script src="https://heyo.so/embed/script" defer data-project-id="YOUR_PROJECT_ID"></script>
That's it! The chat widget will now appear on your Wix site.
When adding custom code, select "Choose specific pages" instead of "All pages":
For e-commerce sites, consider these strategies:
Add custom code to product pages only:
You may want to hide chat during checkout to avoid distractions:
<style>
#heyo-widget-button {
display: none !important;
}
</style>
Create a button in Wix that opens the chat:
<script>
document.addEventListener('DOMContentLoaded', function() {
// Find buttons with specific text
const buttons = document.querySelectorAll('button, a');
buttons.forEach(button => {
if (button.textContent.includes('Chat with us')) {
button.addEventListener('click', function(e) {
e.preventDefault();
window.HEYO?.show();
});
}
});
});
</script>
Then label your button "Chat with us".
Customize the widget in your Heyo dashboard:
If using Wix's multilingual feature:
The chat widget will appear on all language versions. You can set the widget language in Heyo settings to match your primary language.
<style>
#heyo-widget-button {
bottom: 20px !important;
right: 20px !important;
}
</style>
Heyo works with both Wix Editor and Wix ADI (Artificial Design Intelligence). The installation process is the same regardless of which builder you used.
Heyo works alongside other Wix apps without conflicts. Compatible with: