title: Wix Integration description: Comprehensive guide for embedding Calnita widget in Wix websites
Wix Website Integration
Compatibility
- Wix Website Editor
- Wix Velo (Custom Code)
- All website templates
Integration Methods
Get Partner ID
Retrieve your Calnita Partner ID from the dashboard.
Choose Integration Approach
Select between Editor and Velo methods.
Configure Widget Script
Method 1: Wix Editor Integration
- Go to Site Settings
- Open Advanced/Custom Code section
- Add widget script in Head section
<script
src="https://plugin.calnita.com/api/widget?partnerId=YOUR_PARTNER_ID"
async>
</script>