Download the PHP package mjpr/cookiebot without Composer
On this page you can find all versions of the php package mjpr/cookiebot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mjpr/cookiebot
More information about mjpr/cookiebot
Files in mjpr/cookiebot
Download mjpr/cookiebot
More information about mjpr/cookiebot
Files in mjpr/cookiebot
Vendor mjpr
Package cookiebot
Short Description Implement cookiebot (cookiebot.com) consent-banner in TYPO3. Also delivers a content-plugin to place cookiebots cookie declaration whereever you need it.
License GPL-2.0-or-later
Package cookiebot
Short Description Implement cookiebot (cookiebot.com) consent-banner in TYPO3. Also delivers a content-plugin to place cookiebots cookie declaration whereever you need it.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package cookiebot
Cookiebot for TYPO3 - Documentation
- Installation ===============
Install via composer
composer require mjpr/cookiebot
Install via Extension Manager
- Open Extension Manager in TYPO3 backend
- Download and install extension
cookiebot
- Integration ==============
To use cookiebot you need a cookiebot-account & domaingroup-id / CBID. If you don't have a cookiebot-account or an domaingroup-id you can generate one on https://www.cookiebot.com
- Include static template
- Add your cookiebot domaingroup-id / CBID (Format: 00000000-0000-0000-0000-000000000000) in the constants-editor or use
plugin.tx_cookiebot_cookiebot.settings.apikey
in the constants. - After that your cookie consent banner will show up as configured in your cookiebot.com-settings.
- Add the plugin
Cookiebot
as an content-element on the specific page and at the exact position where you would like the cookie declaration to appear. - (optional) Select cookie blockingmode (automatic cookie blocking or manual cookie blocking) in the constants-editor or use
plugin.tx_cookiebot_cookiebot.settings.blockingmode
in the constants. Default-Setting: Automatic cookie blocking. Please note the instructions for manual cookie blocking on https://www.cookiebot.com/en/manual-implementation/ - TYPO3-Version support ========================
Cookiebot extension supports TYPO3 version 8, 9 and upcomming version 10.
- Changelog ============ Version 1.1.0 -------------
- Now you can change between automatic or manual cookie blocking mode.
Version 1.0.2
- Fixes a wording error in the constants-editor where the "cookiebot API key" was requested. The cookiebot domaingroup-id (CBID) is required here.
- Fixes a bug where the cookiebot-script was not integrated as the very first JavaScript. Integration now takes place directly after the opening "head" tag. This ensures that no cookies escape the automatic cookie blocking.
- Add cache-clearing on installation
Version 1.0.1
- Small edit in licence and description. No code-change!
Version 1.0.0
- Initial release to TER
- Contact ==========
All versions of cookiebot with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
^8.7 || ^9.5 || ^10.1
The package mjpr/cookiebot contains the following files
Loading the files please wait ....