Todas las integraciones
Squarespace Integration
Add AI-powered chat to your Squarespace website with code injection. No plugins needed.
Como funciona con Squarespace
Three steps to add AI chat to your Squarespace site.
Code Injection
Advanced settings opened
Code Injection section found
Footer field ready
Lo que obtienes
AI chat that blends seamlessly with your Squarespace site.
Code Injection
Uses Squarespace's native Code Injection feature. No third-party plugins or extensions needed.
Template Compatible
Works with all Squarespace templates and the new Fluid Engine editor.
Answers from Your Docs
Upload your FAQs, policies, and product information to InfoLens and the agent answers visitors using that knowledge base with source citations.
SEO Friendly
The widget loads asynchronously and does not affect your Squarespace site's SEO or Core Web Vitals.
Configuracion rapida
Add via Squarespace Code Injection settings.
code-injection.js
// Squarespace: Settings > Advanced > Code Injection > Footer
// 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-color', '#121212');
document.body.appendChild(s);