WordPress
Three ways to embed Wiqly on a WordPress site.
WordPress has three places you can add the Wiqly embed script. Pick whichever fits your setup.
Option 1: Custom HTML block (per page)
Best for embedding on a single page only.
- Edit the page in the WordPress block editor (Gutenberg)
- Click the + button and add a Custom HTML block
- Paste your embed script
- Update the page
That's it. The widget appears on that page only.
Option 2: Footer / header plugin (sitewide)
Best for sitewide embedding without touching theme files.
- Install a plugin like WPCode or Insert Headers and Footers
- Open the plugin settings
- Paste your embed script into the Footer section
- Save
The widget now appears on every page.
Option 3: Theme footer (sitewide, no plugin)
Best if you're comfortable editing PHP and don't want another plugin.
- Go to Appearance → Theme File Editor
- Open
footer.php - Find the closing
</body>tag near the bottom - Paste your embed script just before it
- Click Update File
Note: if your theme updates, this change can be overwritten. Use a child theme if you go this route.
Page builders
If you're using Elementor, Divi, Beaver Builder, or another page builder:
- Elementor — drop an HTML widget on the page and paste the script
- Divi — use a Code module
- Beaver Builder — use an HTML module
All work the same way: it's just a <script> tag.
Troubleshooting
- Widget doesn't appear — check the page source (Ctrl+U) and confirm the script tag is actually in the HTML. If a plugin or theme is stripping it, try a different embed method.
- Widget appears on every page but you only want one — switch from sitewide to Option 1 (Custom HTML block per page).
- Conflicts with other widgets — Wiqly runs in Shadow DOM, so styles won't clash. If you see issues, get in touch.