Skip to main content

Install Witzo on WordPress

Embed the script in your site footer, clear the cache, and confirm the widget displays without issues.


Overview

Witzo is installed on WordPress by adding your widget script to a global location. This ensures the widget loads on all pages. You can add it through your theme files or a header/footer plugin.

Steps to Install

StepAction
1Go to Dashboard -> Widget Customization -> Copy your embed script.
2Log in to your WordPress Admin.
3Go to Appearance -> Theme File Editor -> footer.php.
4Paste the script before the closing </body> tag.
5Save the file.

WordPress Page

Alternative Method

Recommended for Non-Technical Users

StepAction
1Install a header/footer plugin such as "WPCode" or "Insert Headers and Footers".
2Go to Settings -> Header & Footer.
3Paste the script in the Footer Scripts section.
4Save changes.

Clear Cache

If you use caching:

StepAction
1Clear your WordPress cache plugin (e.g., WP Rocket, LiteSpeed, W3 Total Cache).
2Clear server cache if hosted on managed hosting.
3Clear CDN cache (Cloudflare or other provider).
4Hard refresh your browser (Ctrl + Shift + R).

Testing Checklist

CheckItem
Widget appears on website.
No console errors in browser DevTools.
You can open and send a test message.
AI responds correctly.
Conversation appears in Dashboard -> Conversations.
Usage updates in Dashboard -> Analytics.
Important Notes
Always use the correct widget key.
Script must be added globally if you want site-wide coverage.
If using page builders like Elementor, avoid adding the script inside individual pages.