Assistance for installation on the wordpress site
Hi, I did not understand how to install on my wordpress site.
I followed the video tutorial, everything is ok for phases 1 and 2,
but I did not understand phase 3 (Phase 3: To enable a priori consent, apply the
"data-cookieconsent" attribute to the cookie settings script tags on your site.
Set the value divided by the comma to one or more of the "cookie", "statistics"
and "marketing" cookie categories based on the cookie types set for each script.
Finally, change the "type" attribute from "text / javascript" to "text / plain").
Is it necessary to comply with the GDPR or is it optional?
You could well tell me what are the steps to do.
I have a Wordpress multisite, with Cloudflare. The address is https://skinon.it.
For now I'm testing with the free version for one month of your service.
Thank you
-
Hey Simone,
Yes, you have to add "prior consent" in order to be compliant with GDPR rules. You can check everything about GDPR here: https://www.cookiebot.com/en/gdpr/
About GDPR under the EU you must get a consent from website users, more info you can read here: https://support.cookiebot.com/hc/en-us/articles/360004104033-What-does-prior-consent-mean-and-how-do-I-implement-it-About the "type" browsers use that attribute to interpreter what to run. When the type is changed to "text/plain" you are essentially telling the browser "not to run this code". So in combination with Cookiebot attribute you are adding to the script ( e.g. data-cookieconsent="marketing" ) you achieve the goal to ask visitors for their consent.
When user accepts the cookies, Cookiebot executes this block of code that you have changed to "text/plain" and sets everything that is inside ( external js files, etc.. ).Example:
<script type="text/plain" data-cookieconsent="marketing"
src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
This topic is related to consent iframe: https://support.cookiebot.com/hc/en-us/articles/360003790854-Iframe-cookie-consent-with-YouTube-exampleRegards,
Martin -
Hey Simone,
1. After you successfully go through phase 1 and 2 of the installation guide, your website will be scanned for all the cookies. This could take up to 24hours.
2. After this go to your Cookiebot account -> admin panel > Reports tab. Here you will find all the reports of your website. After the scanning is finished the report will appear here.
3. Open the latest report. Here is the list of all cookies and what sets them (which script). For every cookie in the report you can check the "Initiator" and "Source". (check image)
4. Locate all those scripts that are setting cookies from the report in your files/admin panel and manually change script type from type="text/javascript" to type="text/plain" and add data-cookieconsent="<INSERT COOKIE CATEGORY>". You can find the cookie category from the report. All cookies are categorized in 4 different categories ( necessary, preferences, statistics and marketing ).Kind Regards,
Martin -
Sorry, but I'm not very practical. What is the file where I have to do the manual editing? (the file fuctions.php, header.php of the theme, wpconfig.php?) I paste the first few lines of the report ... can you give me an example?
__cfduid bleeper.io HTTP 1 year
First URL found: https://skinon.it/
Description of the purpose of cookies: Used by the content network, Cloudflare, to identify reliable web traffic.
Initializer: Script tag, source line page number 1
Source: https://www.youtube.com/embed/ihhbnvwhcx0?feature=oembed
Data sent to: United States (adequate)
__cfduid cloudflare.com HTTP 1 year
First URL found: https://skinon.it/wp-login.php?action=lostpassword
Description of the purpose of cookies: Used by the content network, Cloudflare, to identify reliable web traffic.
Initializer: Script tag, source line page number 43
Source: https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js
Data sent to: United States (adequate)
__cfduid skinon.it HTTP 1 year
First URL found: https://skinon.it/wp-login.php?action=lostpassword
Description of the purpose of cookies: Used by the content network, Cloudflare, to identify reliable web traffic.
Initializer: Webserver
Origin: skinon.it
Data sent to: United States (adequate)
etc...Thank you
-
Hey Simone Fantozzi,
In general Cookiebot does not offer implementation services, but if you would need any further assistance in implementing you could reach out to any of the re-sellers here: https://www.cookiebot.com/goto/resellers/.
We at https://vconnect.dk/ are such re-seller and you can reach out to us or any other in the list above if you like.
Please sign in to leave a comment.
Comments
5 comments