ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Implied Cookie Consent

აღწერა

This plugin displays an unobtrusive information bar at the top of the page informing the user about the site’s use of cookies. This approach follows an implied consent model. It doesn’t explicitly ask the user for consent before placing cookies, it merely informs them about the use of cookies. When the user navigates to a second page or clicks on the dismiss button, the bar is hidden. This approach is similar to that used on many government websites including gov.uk.

The plugin has settings in the admin which allows the colour and content of the information bar to be customised.

An example cookie information page will be created on installation of the plugin. It is up to you to correctly populate the text on that page.

Why another cookie plugin?

There are many WordPress cookie plugins available but none of them seemed to do what I wanted. They typically tend to provide a very intrusive experience for the user (e.g. via modal popups), or are too complex to configure.

Technical Details

This plugin uses jQuery (JavaScript) to show and hide the information bar. A cookie is stored via the jQuery Cookie Plugin (included with this plugin) to track that the message has been displayed and does not need to be shown on each subsequent page view.

ეკრანული სურათები

  • The information bar in the page header.
  • Admin settings.

დაყენება

  1. Install this plugin in the usual way in ‘wp-content/plugins’.
  2. Customise the info bar message and colour via the settings page.
  3. Customise the cookie information page.

ხდკ

Can I do additional styling of the cookie info bar in CSS?

Yes, you can get a handle via the ‘icc_message’ CSS ID:

#icc_message {
    color: green;
}

Does this plugin analyse the cookies my site uses?

No. A cookies page with example information is created on installation of the plugin, but it is up to you to determine which cookies are used on your site and ensure the content on the page is appropriate.

Do I have to use the cookies page the plugin creates?

No, absolutely not. Create your own page wherever you like and update the cookie info bar message in the settings to link to the correct page.

Does installing this plugin guarantee compliance with the EU Cookie Law?

No. The plugin author can’t provide any guarantee that installing this plugin will make your site compliant with the EU Cookie Law. You should verify that the consent model used here is appropriate for your site.

მიმოხილვები

01.02.2021 1 reply
This has dropped out of the WP plugin repository because it hasn't been 'updated' for over two years. That's a pity! How about making a minor change and re-submitting it?
27.09.2019
After going through a truckload of complicated apps I finally found this little jewel. I set it up in about 60 seconds with a practical frontend banner that does the job perfectly.
6 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Implied Cookie Consent” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Implied Cookie Consent თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.3

  • Add colour picker for the message text colour.
  • Add a field for the string to be displayed in the dismiss link.

1.2

  • Fixes to handle the fixed position header in the TwentyFourteen theme.
  • Strips slashes from the message when displayed in the page.
  • Updates to documentation.

1.1

  • Improve support for i18n.
  • Add POT file.

1.0

  • First version of this plugin.
  • Updates to readme.txt.