Connect with Squid ID
1
Install the plugin
Download the plugin (a
.zip). In WordPress, go to Plugins → Add Plugin → Upload Plugin, choose the file, and install.2
Activate and open Squid ID
Activate the plugin, then open Squid ID in your WordPress admin menu.
3
Click Connect
Click Connect with Squid ID. Sign in, choose this website (or create a new one for the domain), and you are done. You are returned to WordPress automatically.
The person who clicks Connect signs in to the account that owns the website, so the visitors land in the right dashboard. If someone else manages your site, have them install and activate the plugin, then you click Connect once from your own login.
Your plan includes one website. If you’ve already used it on another site and this WordPress domain is new, connecting it adds an additional website ($25/mo). Squid ID tells you at the Connect step and lets you add it right there with one click, billed to your card on file. You can also add it from Settings → Billing first, then click Connect again.
Why the plugin, not just a snippet
- It stays installed. WordPress can drop raw header scripts when you switch themes or update. The plugin prints the snippet on every page from inside WordPress, so it survives those changes.
- It connects the way your domain actually resolves. A common reason a fresh install never connects is a domain mismatch: you entered
acme.com, but the site serves athttps://www.acme.com, so the script loads from an address that isn’t on your allowed list. When you connect through the plugin, Squid ID reads the real address your site resolves to and adds it (and its www and non-www form) for you.
Install by hand
Prefer not to use the plugin, or not on WordPress for this site? You do not need an account to paste the snippet. Copy it from Install the snippet, then:1
Open a header-scripts setting
Use a header-scripts plugin (many expose a “Scripts in
<head>” field) or edit your theme’s header.php.2
Paste the snippet
Paste it inside the
<head> section, before </head>, then save and verify.