How to blocking Google Maps (blocking scripts or iframes) with Iubenda ?
Автор: Stefan RShowing Google Maps or other third party scripts or iframes is only allowed after given the Coockie Consent if there are collec tpersonal or tracking data.
WebSite X5 delivers a Goggle Maps and the Iubenda (for Cookie Consent) Plugin .
Her is a tutorial how to implement the Privay Policy with Iubenda:
How to implement Privacy Policy with Iubenda
But, there ist no explanation how to blocking scripts or iframes like e.g. Google Maps !!!!
Iubenda has a desciption how to to in general : Iubenda: Cookie blocking with manual tagging
The description explanis that a certain class name must im implmented in the script style :
<scriptclass="_iub_cs_activate" ....
Problem with WebSite X5 :
----------------------------
The Google Maps plug is fine, but there no way to set the class="_iub_cs_activate" within the script tag.
This is necessary for blocking the scripts (Google Maps) if the cookie consent s not given.
Questions
-------------
1) How can i add a class name with the the <script> tag of the Google Maps plugin ?
2) Is there another way how to block the scripts ?
3) Question to Incomendia :
If adding of a classname in google maps scripts tag is not possible, The Google Maps does not fulfills not the GPDR regulations and laws. Blocking must be possible
Is an Update of the Google Maps Plugin planned ?
Or when comes a documentatin how to blocking scripts/iframes with Iubenda or other tools ?
You have to embed the Google Maps via code and not via the widget!
If it is to be blocked via Cookie Consent, you must first reject the cookies and also insert the Google Maps via code in an HTML object.
<iframe style="border:0; max-width: 100%; vertical-align: bottom;" data-cookieconsent="preferences" data-cookieblock-src="https://www.google.com/maps/embed/v1/place?key=(your google maps Key) zoom=14&maptype=roadmap" width="100%" height="100%" frameborder="0"></iframe>