-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
69 lines (47 loc) · 2.12 KB
/
readme.txt
File metadata and controls
69 lines (47 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=== Rybbit WP ===
Contributors: wolfdevs
Tags: analytics, privacy, rybbit, tracking, statistics
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 0.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Quick setup for integrating Rybbit privacy-first analytics into your WordPress site.
== Description ==
Rybbit WP provides a simple way to integrate Rybbit analytics into your WordPress site. Rybbit is a privacy-first, cookieless analytics platform that is fully compliant with GDPR, CCPA, and other privacy regulations.
= Features =
* Easy setup with just your Site ID
* Option to ignore logged-in users (enabled by default)
* Support for self-hosted Rybbit instances
* SPA mode for single-page applications
* Privacy-focused query parameter tracking control
* Modern, clean settings interface
= Privacy =
Rybbit does not use cookies or collect any personal data that could identify users. This means you do not need to display a cookie consent banner for Rybbit analytics.
== Installation ==
1. Upload the `rybbit-wp` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Settings > Rybbit Analytics
4. Enter your Rybbit Site ID
5. Save changes
== Frequently Asked Questions ==
= Where do I find my Site ID? =
Your Site ID can be found in your Rybbit dashboard under site settings after you create a site.
= Does this plugin use cookies? =
No. Rybbit is a cookieless analytics platform and does not require cookie consent banners.
= Can I use this with a self-hosted Rybbit instance? =
Yes. Simply enter your self-hosted Rybbit URL in the Host URL field.
= Why are my visits not being tracked? =
Make sure you have entered a valid Site ID. If "Ignore logged-in users" is enabled, your visits won't be tracked while logged in to WordPress.
== Changelog ==
= 0.0.1 =
* Initial release
* Basic Rybbit integration with Site ID configuration
* Option to ignore logged-in users
* Support for self-hosted Rybbit instances
* SPA mode support
* Query parameter tracking control
== Upgrade Notice ==
= 0.0.1 =
Initial release of Rybbit WP.