Manual Install
If your platform doesn’t have a Kenzi plugin, you can still add the chat widget by copy-pasting a single line of HTML. It works on any site that lets you edit the page source or add custom code.
Copy Your Install Code
Section titled “Copy Your Install Code”- In the Kenzi agent console, click the settings gear icon in the bottom-left of the sidebar.
- In the Settings sidebar, click Widget.
- You’ll see a code box labeled “Paste this code on your site to load the widget.”
- Click the clipboard icon to the right of the snippet to copy it.
The code looks like this — your workspace ID is filled in for you, so there’s nothing to edit:
<script src="https://app.kenzi.chat/widget/loader.js?w=YOUR_WORKSPACE_ID"></script>Add It to Your Site
Section titled “Add It to Your Site”- Open your website’s HTML editor — this might be a theme editor, a custom-code section in your site builder, or a layout/footer template file.
- Paste the snippet just before the closing
</body>tag on every page where you want the widget to appear. Most sites have a single global footer or layout file — putting it there once covers the whole site. - Save and publish your changes.
If you’re on Shopify, WordPress, or OroCommerce, our plugins handle this for you — no copy-pasting needed.
Verify It’s Working
Section titled “Verify It’s Working”- Open your site in a new browser tab — or an incognito window, since caching can hide recent changes.
- Look for the Kenzi chat bubble in the bottom-right corner of the page.
- Click it to make sure the chat window opens.
If the bubble doesn’t appear, a few things to check:
- Caching. If your site uses a caching plugin or CDN, clear the cache so visitors get the updated HTML.
- Snippet location. Make sure the snippet ended up in your site’s global template, not just a single page.
- Workspace setup. Confirm the workspace tied to your snippet is active in Kenzi.