WCM is a typo3 extension that enables website visitors to control and manage the usage of cookies on the website(commonly known as "cookie consent box"). Thus it helps website owner to be in line with the rules of the General Data Protection Regulation (GDPR) which took effect on 25 May 2018.
TYPO3 version | compatibility |
---|---|
v10 | yes |
v9 | yes |
v8 | yes |
v7 | yes |
-
Download the extension wacon_cookie-management from the TYPO3 Repository or gitHub. Install the extension and activate it with the extension manager.
-
Include the template "Wacon Cookie Management" in your root template
- Create a folder in your page tree(e.g. "cookies")
- Switch to the list module and add a new record(Wacon Cookie Management -> Cookie) for each used cookie
- Fill out the fields according for each cookie
-
Create a "plugin"-content element "Cookie Freigabe" As this content element is responsible for the first pop-up & represents the button to open the cookie consent box, make sure it is part of the main template, e.g. by including it in the footer.
-
Configure the plugin
- force pop-up for first visitors (e.g. due to tracking code)
- link to the imprint page
- link to the legal notice page
- the cookie folder
Each external script that is used by the website and is responsible for a cookie you defined in your cookie folder has to be encapsulated with the plugin "Externes Script einbinden":
- Create a plugin content element "Externes Script einbinden"
- Define the needed cookie
- Define the JavaScript-Code that is proposed to be added to the page if this cookie is enabled
- If you wish to show disabled elements(e.g. represented by a frosted glas effect) like googleMaps, Twitter Time etc. you can define an appropriate image and a short text(e.g. "click here to enable me")
The extension is licensed unter the GNU General Public License v2