You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integration-guides.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,15 @@ You can run Plausible script as a first-party connection from your domain name i
36
36
37
37
Our events API can be used to record pageviews and custom events server side without the use of JavaScript. You can use the events API to count users on your Android and/or iOS mobile apps too. [Learn more here](events-api.md)
38
38
39
-
## Website builders and CMS platforms
39
+
## Community contributed integrations
40
+
41
+
The integrations below are built and maintained by third parties in the open source community.
42
+
43
+
While we’re grateful for the contributions, we do not develop, audit or maintain these plugins, and we do not guarantee their compatibility. They may become outdated or stop working as platforms or Plausible evolve.
44
+
45
+
For a fully supported setup, we recommend using our official script or one of the official integrations listed above.
46
+
47
+
### Website builders and CMS platforms
40
48
41
49
Step-by-step guides for popular website builders and content management systems.
42
50
@@ -83,7 +91,7 @@ Step-by-step guides for popular website builders and content management systems.
83
91
|[TYPO3](https://extensions.typo3.org/extension/plausibleio)| Plugin | TYPO3 extension for Plausible |
84
92
|[WordPress](https://plausible.io/wordpress-analytics-plugin)| Plugin | Our official WordPress plugin (listed above in official integrations) |
85
93
86
-
## JavaScript frameworks and frontend libraries
94
+
###JavaScript frameworks and frontend libraries
87
95
88
96
| Platform | Details |
89
97
| --- | --- |
@@ -98,7 +106,7 @@ Step-by-step guides for popular website builders and content management systems.
98
106
|[Vue 3 & Nuxt 3](https://github.com/productdevbookcom/v-plausible)| Plausible module for Nuxt 3 and Vue 3 |
99
107
|[VuePress](https://github.com/spekulatius/vuepress-plugin-plausible)| A VuePress-plugin for Plausible on your documentation website |
100
108
101
-
## Backend frameworks and server-side libraries
109
+
###Backend frameworks and server-side libraries
102
110
103
111
| Platform | Details |
104
112
| --- | --- |
@@ -114,7 +122,7 @@ Step-by-step guides for popular website builders and content management systems.
114
122
|[R](https://github.com/giocomai/plausibler)| R wrapper for the Plausible API |
115
123
|[Ruby](https://github.com/dailytics/plausible_api)| Simple wrapper to read the Plausible API with Ruby |
116
124
117
-
## Mobile and native app SDKs
125
+
###Mobile and native app SDKs
118
126
119
127
| Platform | Details |
120
128
| --- | --- |
@@ -125,7 +133,7 @@ Step-by-step guides for popular website builders and content management systems.
125
133
|[Qt6 / QML](https://gitlab.com/kelteseth/qml-plausible)| Qt6 QML plugin for Plausible |
126
134
|[Localhost for hybrid apps](script-extensions.md)| Enable Plausible to count visitors on localhost for Cordova, Capacitor and other hybrid apps |
127
135
128
-
## Documentation tools
136
+
###Documentation tools
129
137
130
138
| Platform | Details |
131
139
| --- | --- |
@@ -134,7 +142,7 @@ Step-by-step guides for popular website builders and content management systems.
134
142
|[Sphinx / Read The Docs](https://pypi.org/project/sphinx-plausible/)| Plausible Sphinx extension |
135
143
|[TypeDoc](https://typedoc-plausible.ale.sh/)| TypeDoc Plausible plugin for your built HTML docs |
136
144
137
-
## Special configurations
145
+
###Special configurations
138
146
139
147
| Configuration | Details |
140
148
| --- | --- |
@@ -143,7 +151,7 @@ Step-by-step guides for popular website builders and content management systems.
143
151
|[DNT and offline](https://github.com/ian/analytics/tree/main/packages/plausible)| Add Do Not Track and offline functionality via the analytics library |
144
152
|[Segment](google-tag-manager.md)| No official integration, but you can integrate via Google Tag Manager |
145
153
146
-
## Monitoring and automation
154
+
###Monitoring and automation
147
155
148
156
| Platform | Details |
149
157
| --- | --- |
@@ -152,7 +160,7 @@ Step-by-step guides for popular website builders and content management systems.
152
160
|[n8n](https://www.npmjs.com/package/n8n-nodes-plausible)| Community node for working with the Plausible API |
153
161
|[Prometheus](https://github.com/riesinger/plausible-exporter)| Add Plausible records to Prometheus with the Plausible exporter |
154
162
155
-
## Data pipelines, warehouses and other ways of viewing Plausible stats elsewhere
163
+
###Data pipelines, warehouses and other ways of viewing Plausible stats elsewhere
156
164
157
165
[See this list](data-pipelines.md) for data pipelines, warehouses 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 Looker Studio connector](looker-studio.md).
0 commit comments