Wix Integration Guide
Complete guide to integrate CallMeBack with Wix
Integrate CallMeBack with your Wix website to capture leads from contact and custom forms. Wix powers over 200 million websites worldwide with its drag-and-drop builder.
Prerequisites
- A CallMeBack account - Sign up here
- Your CallMeBack integration code from your dashboard
- Wix site admin access
- A published Wix site (Wix Editor or Wix Studio)
- Wix Premium plan (required for custom code features)
Integration Methods
Custom Code Integration
Use Wix's built-in Custom Code feature to add CallMeBack to your site. This is the official method recommended by Wix.
Access Custom Code Settings
- Open your Wix site in the editor
- Go to Settings in the left sidebar
- Click Custom Code under Advanced
- Click + Add Custom Code
Important Note
Configure Code Settings
- Enter a descriptive name: 'CallMeBack Widget'
- Paste your CallMeBack code in the code box
- Set 'Add Code to Pages': All pages
- Set 'Place Code in': Head
- Click Apply
<script>
(function() {
var script = document.createElement('script');
script.src = 'https://widget.callmebackbutton.com/widget.js';
script.setAttribute('data-account', 'YOUR_ACCOUNT_ID');
script.setAttribute('data-wix', 'true');
document.head.appendChild(script);
})();
</script>
Important Note
Test and Verify
- Click Preview to see your site
- Look for the CallMeBack widget (usually a floating button)
- Test the callback form functionality
- Check your CallMeBack dashboard for test submissions
- Publish your site when ready
Important Note
Troubleshooting
Still having issues?
Can't find the answer you're looking for? Our support team is here to help with your integration.
Related Integrations
References & Official Documentation
Next Steps
Configure CallMeBack
- Set up your business hours and timezone
- Configure callback phone numbers
- Set up email notifications
- Add team members to your account
Advanced Features
- Set up custom form templates
- Configure lead scoring rules
- Integrate with your CRM
- Set up automated workflows