Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxuk/wp-consent-management
https://github.com/boxuk/wp-consent-management
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boxuk/wp-consent-management
- Owner: boxuk
- Created: 2024-07-31T15:15:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:31:02.000Z (about 2 months ago)
- Last Synced: 2024-09-17T11:07:40.393Z (about 2 months ago)
- Language: PHP
- Size: 2.01 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Consent Management
A WordPress plugin to provide an interface for providing cookie consent
that integrates with [Google Tag Manager Consent Mode](https://support.google.com/tagmanager/answer/10718549?hl=en).Provides a fully customisable experience for editors to setup the relevant labels and text for configuring Google Tag Manager consents, and inserts the relevant tag manager code to the page.
Based on [Vanilla Cookie Consent](https://github.com/orestbida/cookieconsent), the interface is ready
for you to apply your customisations. To customise the look feel, see the file at `./sample/style.scss` or follow the docs from Cookie Consent to add CSS.![](./screenshots/1.png)
![](./screenshots/2.png)
![](./screenshots/3.png)
![](./screenshots/4.png)
![](./screenshots/5.png)## To Do
- [] Allow UI shape/style customisation (ie change from popup to banner etc)
- [] Allow colour/style specification from within the admin interface. (at the moment a user-provided CSS sheet must be included to modify the deafult style).
- [] Allow for further customistaion---
Please do not submit any Pull Requests here. They will be closed.
Please submit your PR here instead: https://github.com/boxuk/wp-packagesThis repository is what we call a "subtree split": a read-only subset of that main repository.
We're looking forward to your PR there!