Installation
Two methods. Under five minutes.
Installation
Copy the prompt into any LLM (ChatGPT, Claude, etc.) to get exact installation code for your framework. Get your Widget ID from the dashboard.
Install with an AI assistant
Copy the prompt and paste it into ChatGPT, Claude, or any LLM. Replace YOUR_WIDGET_ID with your Widget ID from the dashboard.
Script tag
Add this before the closing </body>.Replace YOUR_WIDGET_ID with your Widget ID from the dashboard.
<script
src="https://widget.fluenty.io/load.js"
data-widget-id="YOUR_WIDGET_ID"
type="module"
/>Options
Optional attributes you can add to the script tag:
| Attribute | Description |
|---|---|
data-widget-id | Required. Your widget ID from the dashboard. |
data-language | Default language (e.g., "en", "es", "fr") |