Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/integration-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To integrate your website with Plausible, you can manually insert our tracking s

### WordPress plugin

The [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin) handles installation, event tracking and dashboard access without any code. Built specifically for WordPress: supports WooCommerce revenue tracking, automatic form tracking, author and category stats, proxy mode and more. If your site runs on WordPress, this is the recommended setup.
The [official WordPress plugin](wordpress-integration.md) handles installation, event tracking and dashboard access without any code. Built specifically for WordPress: supports WooCommerce revenue tracking, automatic form tracking, author and category stats, proxy mode and more. If your site runs on WordPress, this is the recommended setup.

### Google Tag Manager template

Expand Down Expand Up @@ -102,7 +102,7 @@ Step-by-step guides for popular website builders and content management systems.
| [Statamic](https://statamic.com/addons/jack-whiting/plausible) | Plugin | A wrapper around the Plausible API that fetches analytics into your dashboard |
| [Sylius](https://github.com/Setono/sylius-plausible-plugin) | Plugin | Integrates Plausible seamlessly into your Sylius store |
| [TYPO3](https://extensions.typo3.org/extension/plausibleio) | Plugin | TYPO3 extension for Plausible |
| [WordPress](https://plausible.io/wordpress-analytics-plugin) | Plugin | Our official WordPress plugin (listed above in official integrations) |
| [WordPress](wordpress-integration.md) | Plugin | Our official WordPress plugin (listed above in official integrations) |

### JavaScript frameworks and frontend libraries

Expand Down Expand Up @@ -175,7 +175,7 @@ Step-by-step guides for popular website builders and content management systems.

### Data pipelines, warehouses and other ways of viewing Plausible stats elsewhere

[See this list](data-pipelines.md) for data pipelines, warehouses, MCP servers and other ways of viewing Plausible stats elsewhere. For instance, our [stats API](stats-api.md), [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin) and [official Google Data Studio connector](looker-studio.md).
[See this list](data-pipelines.md) for data pipelines, warehouses, MCP servers and other ways of viewing Plausible stats elsewhere. For instance, our [stats API](stats-api.md), [official WordPress plugin](wordpress-integration.md) and [official Google Data Studio connector](looker-studio.md).

---

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import CtaBox from '@site/src/components/CtaBox';
<li><a href="/docs/register-account">Register for an account</a></li>
<li><a href="/docs/add-website">Add your website</a></li>
<li><a href="/docs/plausible-script">Add the script to your site</a></li>
<li><a href="https://plausible.io/wordpress-analytics-plugin">WordPress</a>: install via plugin</li>
<li><a href="/docs/wordpress-integration">WordPress</a>: install via plugin</li>
<li><a href="https://plausible.io/gtm-template">Google Tag Manager</a>: deploy without touching your code</li>
<li><a href="/docs/integration-guides">All installation guides</a>: Shopify, Webflow, Squarespace, Wix, Next.js, Ghost, Hugo and more</li>
<li><a href="/docs/troubleshoot-integration">Verify the integration is working</a></li>
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'add-website',
'plausible-script',
'integration-guides',
'wordpress-integration',
'troubleshoot-integration',
'landing-page',
'your-plausible-experience',
Expand Down
Loading