
Install & Configure Guide
Step-by-step instructions for connecting your WordPress site and browser to DashCanopy. No technical experience required.
Sends live visitor counts, revenue, and blog stats from your WordPress site to your DashCanopy dashboard automatically.
Download ZIPShows live uptime, AI health grade, visitors, and revenue for any monitored site right in your browser toolbar.
Chrome Web StoreWhat you'll need before starting
- A DashCanopy account (free at dashcanopy.com)
- At least one site added to your DashCanopy dashboard
- Your DashCanopy API key (found in Settings → API & Extension)
- For the WordPress plugin: admin access to your WordPress site
- For the Chrome extension: Google Chrome browser (v88 or later)
WordPress Plugin
Automatic stats sync — no code required
Step 1 — Download the Plugin
Get the latest version of the DashCanopy plugin
The DashCanopy plugin is available from two places. Choose whichever is easiest for you:
Option A — WordPress.org (Recommended)
Search for "DashCanopy" directly inside your WordPress admin panel. This is the easiest method and keeps the plugin auto-updated.
No download needed — install directly from WP admin.Option B — Direct ZIP Download
Download the ZIP file and upload it manually. Use this if your WordPress site doesn't have internet access or you prefer manual installs.
Download dashcanopy-v1.2.1.zipStep 2 — Install & Activate
Upload and enable the plugin in your WordPress admin
Method A — Install from WordPress.org (Search)
Log in to your WordPress admin panel
https://yoursite.com/wp-admin and log in with your administrator credentials.Navigate to Plugins → Add New
Search for "DashCanopy"
DashCanopy in the search box in the top-right corner of the page and press Enter.Click Install Now
Click Activate
Method B — Upload ZIP manually
Download the ZIP file
dashcanopy-wordpress-plugin-v1.2.1.zip to your computer. Do not unzip it.Go to Plugins → Add New Plugin
Click "Upload Plugin"
Choose the ZIP file
Activate the plugin
Step 3 — Configure the Plugin
Connect the plugin to your DashCanopy account
Find your DashCanopy API key
Log in to your DashCanopy dashboard and go to Settings → API & Extension. Your API key starts with dck_ and is a long string of letters and numbers.
Open the DashCanopy settings page in WordPress
Paste your API key
dck_.Click Save & Register Site
- Validate your API key
- Register this WordPress site with your DashCanopy account
- Schedule automatic stats pushes every 5 minutes
Confirm the connection status
Step 4 — Verify It's Working
Confirm stats are flowing to your dashboard
Click "Send Test Push"
Open your DashCanopy dashboard
Check the stats
- Visitor count for today
- Revenue total (if WooCommerce or EDD is installed)
- Number of published posts
- Last post date
- Server response time
Check the debug info card
Step 5 — Advanced Options
Optional configuration for power users
Replace WP-Cron with a real server cron job
WP-Cron is "fake" — it only runs when someone visits your site. For reliable 5-minute pushes, disable WP-Cron and set up a real cron job on your server:
Disable WP-Cron in wp-config.php
wp-config.php file, above the line that says /* That's all, stop editing! */:define('DISABLE_WP_CRON', true);Add a real cron job
*/5 * * * * wget -q -O - https://yoursite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1yoursite.com with your actual domain.Shopify snippet (if you also have a Shopify store)
The DashCanopy WordPress plugin includes a Shopify tab in its settings page. This tab shows you the exact snippet to paste into your Shopify theme to track visitor and order stats there too.
Go to Settings → DashCanopy in WordPress
Copy the snippet
Paste it into your Shopify theme
theme.liquid and paste the snippet just before the closing </body> tag. Save.Multisite networks
On a WordPress Multisite network, activate the plugin per site (not network-wide). Each subsite gets its own DashCanopy tile with its own API key. The debug info card shows the current blog ID so you can match each subsite to its tile.
Disconnect the plugin
To disconnect the plugin from DashCanopy (e.g., before transferring the site to a client), click the red Disconnect button on the settings page. This removes the API key and stops all pushes. It does not delete data from your DashCanopy dashboard.
WordPress Plugin — FAQ
Common questions and answers
Chrome Extension
Live site stats in your browser toolbar
Step 1 — Install the Extension
Add DashCanopy to your Chrome browser
Option A — Chrome Web Store (Recommended)
Install directly from the Chrome Web Store. Gets automatic updates and is the easiest method.
Open Chrome Web StoreOption B — Manual Install (Developer Mode)
Download the ZIP and load it unpacked. Use this if the Chrome Web Store listing isn't live yet.
Download extension-v1.3.zipMethod A — Chrome Web Store
Open the Chrome Web Store listing
Click "Add to Chrome"
Confirm the permissions
- activeTab — to read the current tab's URL and show stats for it
- storage — to save your API key securely in your browser
- tabs — to detect which site you're browsing
Pin the extension to your toolbar
Method B — Manual install (Developer Mode)
Download and unzip the extension
dashcanopy-extension-v1.3.zip using the button above. Unzip it to a folder on your computer — for example, ~/Downloads/dashcanopy-extension/.Open Chrome Extensions page
chrome://extensions in the address bar and press Enter.Enable Developer Mode
Click "Load unpacked"
Pin the extension
Step 2 — Configure the Extension
Connect the extension to your DashCanopy account
Open the extension settings
Find your API key in DashCanopy
dck_).Paste your API key into the extension
dck_… to remind you of the format.Test the connection (optional but recommended)
- ✓ Connection successful — API key is valid
- ✗ API key rejected — check it and try again
- ✗ Network error — check your internet connection
Click Save Settings
Step 3 — Using the Extension
What you see and how to use it
Once configured, the extension works automatically. Here's what you'll see:
The popup
Click the DashCanopy icon in your toolbar (or press Alt+D) to open the popup. The popup shows:
Platform badges
The extension automatically detects the platform of the site you're browsing:
- 🔵WP (blue) — Standard WordPress site or any non-Shopify domain
- 🟢Shopify (green) — Any
.myshopify.comdomain or Shopify-hosted store
Offline / stale cache mode
If you're offline or the DashCanopy API is temporarily unreachable, the extension shows the last known data for the site with a yellow "Offline — showing last known data" banner. This means you can still see your site's stats even without an internet connection.
Keyboard shortcut
Press Alt+D (Windows/Linux) or Alt+D (Mac) from any tab to open the DashCanopy popup instantly without clicking the toolbar icon. You can change this shortcut in Chrome at chrome://extensions/shortcuts.
Chrome Extension — FAQ
Common questions and answers
Troubleshooting
Fixes for the most common issues