Installation/WordPress
WordPress
The official plugin adds tracking to your WordPress site, syncs your published posts to Analyse, and can publish posts written in Analyse back to WordPress.
What the plugin does
The plugin has three parts, each of which you can enable on its own.
TrackingAdds the analytics snippet to your site. The script is bundled with the plugin and served from your own domain, no third party CDN is loaded.Post syncSends published posts to Analyse so content analytics and the AI assistant know about everything you publish. Off by default.Publish receiverLets Analyse create posts on your site, including categories and the featured image. Deliveries are verified with an HMAC signature.
Install
- Download the latest
analyse-x.y.z.zipfrom the GitHub releases page (the dashboard install screen links to it). - In WordPress, go to Plugins → Add New → Upload Plugin, choose the zip, and activate it.
- Open Settings → Analyse in your WordPress admin.
- Paste your site's public key, found in Analyse under Site settings → Tracking.
Use the Send test event button in the plugin settings to confirm the connection. The event should show up in your Analyse overview right away.
Connect publishing
If you want Analyse to publish posts to WordPress, or WordPress to sync posts to Analyse:
- In Analyse, open Integrations → WordPress and generate a signing secret.
- Paste the secret into the plugin settings.
- Copy the webhook URL shown by the plugin into the Analyse WordPress integration.
Privacy options
The plugin settings let you skip tracking for logged in users and honor Do Not Track and Global Privacy Control headers from visitors' browsers. Only published, public content is ever synced. Drafts, revisions, and private posts stay on your server.