WordPress
Add the script via Appearance → Theme File Editor → footer.php before </body>, or use a "Insert Headers and Footers" plugin.
ChatDix uses a single JavaScript snippet — no SDK, no framework lock-in, no app store approval.
Add the script via Appearance → Theme File Editor → footer.php before </body>, or use a "Insert Headers and Footers" plugin.
Go to Online Store → Themes → Edit code → theme.liquid and paste before the closing body tag.
Use the custom code / embed section in site settings to add the script to all pages.
Add the script tag in your root HTML template or use useEffect to inject it once on mount.
<script src="https://app.chatdix.com/widget.js"
data-project-id="YOUR_ID"
data-api-url="https://api.chatdix.com/api"
async></script>