Quick 1-Line Installation
The Zeqalune live chat widget is built using Vanilla JavaScript and Shadow DOM isolation. It has zero external dependencies, loads asynchronously in under 30ms, and creates zero CSS styling conflicts with your host website.
<script src="https://zeqalune.com/widget.js" data-workspace="ws_default" defer></script>
Platform-Specific Guides
1. Custom HTML, React, or Next.js
Paste the snippet immediately before the closing </body> tag of your HTML template or inside your root layout component.
2. Shopify Installation
1. Open your Shopify Admin > Online Store > Themes.
2. Click ... > Edit code.
3. Open theme.liquid.
4. Scroll to the bottom and paste the script tag right above </body>.
5. Click Save. The live chat widget is immediately active.
3. WordPress / WooCommerce
Paste the snippet into your theme's footer.php file before </body>, or use any standard Header & Footer Code injection plugin.
4. Webflow
Go to Project Settings > Custom Code > Footer Code. Paste the script tag and publish your project.