Todas las integraciones
Wix Integration
Add an AI chat widget to your Wix website. Simple embed code, no coding experience required.
Como funciona con Wix
Three steps to add AI chat to your Wix site.
Wix Editor
Site editor opened
Custom Element selected
Code section ready
Lo que obtienes
AI chat for your Wix website, no coding needed.
Visual Editor Compatible
Works with Wix's visual editor. No coding required -- just paste the embed code.
Velo Support
For advanced users, integrate via Wix Velo for custom behaviors and data binding.
Mobile Responsive
The widget adapts automatically to mobile, tablet, and desktop layouts.
Custom Branding
Match the widget's colors and style to your Wix site's design.
Configuracion rapida
Add the widget via Wix Custom Code settings.
custom-code.js
// Wix: Settings > Custom Code > Body (end)
// Paste this code:
var s = document.createElement('script');
s.src = 'https://infolens.synapse-os.com/widget.js';
s.setAttribute('data-agent-id', 'ag_7f3k9x2m');
s.setAttribute('data-api-key', 'pk_live_...');
s.setAttribute('data-theme', 'auto');
document.body.appendChild(s);