Install on WordPress
Three paths, easiest first. Pick one. All three produce the same result: the Scope widget loads on every page of your site and starts capturing leads the moment a visitor opens it.
The Scope WordPress pluginRecommended
A small plugin that adds a Settings → Scope Widget page. Paste your Client ID, save, done. Supports the [scope_widget] shortcode for inline placement too.
- Download the plugin: scope-widget.zip (5 KB)
- In WP admin: Plugins → Add New → Upload Plugin, choose the zip, then Install Now.
- Click Activate Plugin.
- Go to Settings → Scope Widget, paste your Client ID, save.
A headers/footers plugin you might already have
If you're already running WPCode, Insert Headers and Footers, Head & Footer Code, or similar, paste the script tag into the Footerslot and you're done.
<script src="https://tryscope.co.uk/api/widget/YOUR-CLIENT-ID" async defer></script>
Swap YOUR-CLIENT-ID for the UUID from your Scope dashboard.
One-page embed via Custom HTML block
Want the widget on a single page only (say, a Get a quote landing page)? Edit that page in Gutenberg → Add block → Custom HTML → paste the script tag above. Publish.
This is the lowest-friction option but only works on the one page you paste it on. For site-wide, use option 1 or 2.
Troubleshooting
Widget doesn't appear
Open DevTools → Network tab → reload the page. Look for a request to /api/widget/. If it's 404, your Client ID is wrong. If it's 200 but no widget, check Console for [scope] warnings. Most of the time it's a domain mismatch - the widget only runs on domains you've whitelisted in your dashboard.
Elementor / Divi / Bricks
All three respect wp_footer, so option 1 (the plugin) works out of the box. No extra steps.
WooCommerce
The widget loads everywhere, including product pages and checkout. If you don't want it on checkout, tell us and we'll add a per-page toggle in the next plugin release.
Not on WordPress? The widget works on any site that lets you paste an HTML script tag: Shopify, Webflow, Squarespace, Wix, plain HTML, static-site generators. Same one line, no plugin needed.