Wix Integration Guide

Complete guide to integrate CallMeBack with Wix

Setup time: 5-10 minutes
Difficulty: Easy
Compatible versions: Wix Editor, Wix Studio

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

5 minutes Easy

Use Wix's built-in Custom Code feature to add CallMeBack to your site. This is the official method recommended by Wix.

1

Access Custom Code Settings

Navigate to the Custom Code section in your Wix dashboard.
  1. Open your Wix site in the editor
  2. Go to Settings in the left sidebar
  3. Click Custom Code under Advanced
  4. Click + Add Custom Code
Important Note
Custom Code feature requires a Wix Premium plan. Free plans don't have access to this feature.
2

Configure Code Settings

Set up the CallMeBack integration with proper settings.
  1. Enter a descriptive name: 'CallMeBack Widget'
  2. Paste your CallMeBack code in the code box
  3. Set 'Add Code to Pages': All pages
  4. Set 'Place Code in': Head
  5. 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
The data-wix attribute helps optimize the widget for Wix-specific features and styling.
3

Test and Verify

Ensure the CallMeBack widget is working correctly on your Wix site.
  1. Click Preview to see your site
  2. Look for the CallMeBack widget (usually a floating button)
  3. Test the callback form functionality
  4. Check your CallMeBack dashboard for test submissions
  5. Publish your site when ready
Important Note
If you don't see the widget immediately, try refreshing the preview or clearing your browser cache.

Troubleshooting

Still having issues?

Can't find the answer you're looking for? Our support team is here to help with your integration.

Contact Support

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

Need Help?

Our support team is here to help you with your integration.

Contact Support
Cookie Policy %>