convergine / craft-cookie-buddy
Cookie Buddy is a CraftCMS 4 and 5 plugin for managing cookie consent and privacy preferences, with support for Google Consent Mode v2.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Twig
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0 || ^5.0.0
README
A CraftCMS 4 & 5 plugin for simple and effective cookie management. Supports Google Consent Mode v2 parameters, ensuring compliance by sending consent data to Google when users accept cookies. Easily manage cookie preferences while improving data tracking transparency.
Features
-
Cookie Consent Popup Easily enable a cookie consent popup for your CraftCMS 4 or 5 site. Inform users about cookie usage and allow them to make informed choices.
-
Google Consent Mode v2 Support Automatically send consent signals to Google Analytics based on user preferences—crucial for privacy compliance and accurate data tracking.
-
Fully Customizable UI Customize the popup title, description, layout (box or banner), position (e.g. bottom-right), footer links, and button styling to match your brand.
-
Granular Preferences Control Provide individual descriptions for required, performance, and targeting cookies. Help users understand what each cookie category does.
-
User-Friendly Setup Configure everything through a clean, intuitive settings panel inside the CraftCMS control panel. No coding required.
Requirements
- Craft CMS 4.0.0/5.0.0 or later
- PHP 8.0.2 or later
- Google Analytics integration in place (custom code or through other plugin)
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
- Go to the Plugin Store in your project’s Control Panel.
- Search for Cookie Buddy”.
- Click on the “Install” button in the plugin's modal window.
With Composer
Open your terminal and run the following commands:
# Navigate to your project directory cd /path/to/my-project.test # Require the plugin via Composer composer require convergine/craft-cookie-buddy # Install the plugin via Craft CLI ./craft plugin/install craft-cookie-buddy
Configuration
After installation, navigate to the plugin settings and enable the popup/google options as well as configure the look & feel of the consent window.
If enabling passing consent information to Google - make sure that your site already has Google Analytics integration code in place, as our plugin does not
Roadmap
-
Design Customization Options: Ability to further modify the look and feel of the consent popups.
-
Translations Suport: Enable option to translate the popups contents to all languages enabled in Craft instance.
-
Multi-Site Controls: Choose which multi-site to display the consent on.
-
Design Themes: Add pre-made design themes for popups.
Support
For any issues or questions, you can reach us by email at info@convergine.com or by opening an issue on GitHub.
Credits
Portions of the cookie consent functionality are based on the work of Orest Bida, © 2020–present, and used under the MIT License.