Installation

Platform Installation Guides

FluxivoChat works on any website. Choose your platform below.

WordPress

Go to Plugins → Add New → Upload Plugin. Upload the FluxivoChat .zip file and activate. Go to Settings → FluxivoChat and enter your API key from your dashboard. The widget appears automatically.

Shopify

Go to Online Store → Themes → Edit Code. Open theme.liquid and paste the FluxivoChat embed code just before </body>. Save. Done.

Any HTML Website

Copy the JavaScript snippet from your dashboard and paste it before the closing </body> tag on every page. That’s one line of code.

<script src="https://cdn.aidovra.com/widget.js" data-key="YOUR_API_KEY"></script>

React / Next.js

Install via npm: npm install @fluxivo/chat-widget. Import and add <FluxivoChat apiKey="YOUR_KEY" /> to your layout component.