Cookies script obligatoriu pentru webmasteri

All

Member
Registered
Intr-un anunt oficial publicat de Google astazi, sunt instiintati toti webmasterii despre noua politica referitoare la obtinerea consimtamantului utilizatorilor finali din UE.
Pana la 30 septembrie 2015, asigurati-va ca respectati termenii si conditiile prevazute de aceasta politica prin implementarea unei solutii specifice de consimtamant pentru cookie-uri pe site, majoritatea din ele fiind puse la dispozitie in mod gratuit.
Mai multe indicatii si detalii atat din punct de vedere tehnic cat si legislativ, le puteti gasi la adresa urmatoare: www.cookiechoices.org
 
Am primit si eu azi acest mesaj.
Dear Publisher,

We want to let you know about a new policy about obtaining EU end-users’ consent that reflects regulatory and best practice guidance. It clarifies your duty to obtain end-user consent when you use products like Google AdSense, DoubleClick for Publishers, and DoubleClick Ad Exchange.

Please review our new EU user consent policy as soon as possible. This requires that you obtain EU end users’ consent to the storing and accessing of cookies and other information, and to the data collection, sharing, and usage that takes place when you use Google products. It does not affect any provisions on data ownership in your contract.

Please ensure that you comply with this policy as soon as possible, and not later than 30th September 2015.

If your site or app does not have a compliant consent mechanism, you should implement one now. To make this process easier for you, we have compiled some helpful resources at cookiechoices.org.

This policy change is being made in response to best practice and regulatory requirements issued by the European data protection authorities. These requirements are reflected in changes recently made on Google’s own websites.

Thank you in advance for your understanding and cooperation.
Regards,
The Google Policy Team


Cei care aveti site pw wordpress urmati pasii de mai jos.
1. login in wp admin
2. click pe butonul plugin
3. add new plugin
4. in casuta de cautare tasteaza acest cuvant cookies
5. alege unul care iti place si click install.

In general nu trebuie sa mai faceti nimic.

Mai multe aici: https://wordpress.org/plugins/search.php?q=cookies

Vad ca acest plugin are cele mai multe instalari active.
https://wordpress.org/plugins/cookie-law-info/screenshots/


Pentru alte site-uri aveti acest script care il editati dupa cum doriti. Ma refer la texul in engleza.
Cod:
<script type="text/javascript">
    window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website - Folosim cookie-uri pentru a personaliza conținutul și anunțurile, pentru a oferi funcții media sociale și pentru a analiza traficul. De asemenea, le oferim partenerilor de media sociale, de publicitate și de analize informații cu privire la modul în care folosiți site-ul nostru. ","dismiss":"Got it! - Am înțeles!","learnMore":"More info","link":"http://www.google.com/intl/ro/policies/privacy/partners/","theme":"dark-bottom"};
</script>
<script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>

Mai multe template aici:
Cod:
https://silktide.com/tools/cookie-consent/download/
 
Acesta este codul folosit de mine acum cu link catre decizia UE.
Cod:
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script type="text/javascript">
    window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm#section_5","theme":"dark-floating"};
</script>

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->
 
Loading...
Back
Sus