Docs / Integrations
Install on WordPress
Add the chat widget to a WordPress site.
You can add IntegrioChat to WordPress without a plugin — it's a single line of code.
Option A — a header & footer plugin (recommended)
- Install a free plugin like WPCode or Insert Headers and Footers.
- Open its settings and paste your snippet into the Footer (or before
</body>) box. - Save. This survives theme updates.
Option B — your theme settings
Many themes have a Custom Code or Footer Scripts field under Appearance → Customize. Paste the snippet there and save.
Your snippet
<script src="https://integriochat.com/widget.js" data-bot="YOUR_BOT_ID" defer></script>
Works with any theme and alongside WooCommerce. For a fuller walkthrough, see the blog post How to add an AI chatbot to WordPress.
