SmartCookie – GDPR Responsive Cookie Law Notification
$8.00
177 sales
LIVE PREVIEWIntroduction
As a website owner, it’s crucial to stay compliant with the General Data Protection Regulation (GDPR) and inform your visitors about the cookie use on your website. SmartCookie – GDPR Responsive Cookie Law Notification is a jQuery plugin that helps you achieve this with ease. In this review, I’ll go through the features, pros, and cons of this plugin to help you decide whether it’s the right choice for your website.
Overall Rating: 4.93
Features and Functionality
SmartCookie is a flexible and lightweight jQuery plugin that allows you to customize the cookie law notification to fit your website’s design. With four positions to place the notification message (top, bottom, bottom left, bottom right), you can choose the one that suits your needs. The plugin is fully responsive and cross-browser compatible, ensuring a smooth user experience.
The plugin comes with extensive documentation, making it easy to integrate and customize. You can customize the text and colors to match your website’s theme. The plugin also includes a decline cookies button with parameters, allowing you to easily configure the notification.
Pros:
- Fully responsive and cross-browser compatible
- Lightweight and easy to integrate
- Fully customizable
- Supports GDPR compliance
- Easy to decline cookies
- Extensive documentation
Cons:
- Limited customization options (4 positions for notification)
- Some users may find the notification popup a bit intrusive
Performance:
SmartCookie is a lightweight plugin that loads quickly and doesn’t slow down your website. It’s optimized for speed, ensuring a seamless user experience.
Support:
The Fileheat team provides extensive documentation and is responsive to support queries. However, we didn’t test the support extensively for this review.
Conclusion:
SmartCookie is a great choice for website owners looking for a GDPR-compliant cookie law notification solution. With its flexibility, customizability, and ease of integration, it’s a worthwhile investment for any website. Although some users may find the notification popup intrusive, the plugin’s benefits far outweigh the drawbacks.
Recommendation:
If you’re looking for a straightforward, easy-to-use cookie law notification plugin, SmartCookie is an excellent choice. Its affordable price and extensive documentation make it an attractive option for website owners of all levels. With its 4.93 score, SmartCookie is definitely worth considering.
User Reviews
Be the first to review “SmartCookie – GDPR Responsive Cookie Law Notification” Cancel reply
Introduction
The General Data Protection Regulation (GDPR) is a European Union (EU) law that aims to protect the personal data of individuals within the EU. One of the key requirements of the GDPR is that websites must obtain explicit consent from visitors before storing or accessing cookies on their devices. The SmartCookie - GDPR Responsive Cookie Law Notification is a plugin designed to help website owners comply with this requirement by providing a responsive and customizable cookie notification bar that appears on their website.
In this tutorial, we will guide you through the steps of setting up and using the SmartCookie - GDPR Responsive Cookie Law Notification plugin on your website.
Step 1: Installing the SmartCookie Plugin
To install the SmartCookie plugin, follow these steps:
- Log in to your WordPress dashboard.
- Click on the "Plugins" tab and then click on "Add New".
- Search for "SmartCookie" in the search bar and click on the "Install Now" button.
- Once the plugin is installed, click on the "Activate" button to activate it.
Step 2: Configuring the SmartCookie Plugin
To configure the SmartCookie plugin, follow these steps:
- Log in to your WordPress dashboard.
- Click on the "SmartCookie" tab in the left-hand menu.
- Click on the "Settings" tab.
- In the "Settings" tab, you can configure the following options:
- Cookie Name: Enter a name for your cookie.
- Cookie Description: Enter a description of your cookie.
- Cookie Category: Select the category of your cookie (e.g. analytics, advertising, etc.).
- Cookie Duration: Select the duration of your cookie (e.g. 1 day, 1 week, etc.).
- Cookie Type: Select the type of cookie (e.g. persistent, session-based, etc.).
- Cookie Domain: Enter the domain for which the cookie is set.
- Cookie Path: Enter the path for which the cookie is set.
- Cookie Secure: Select whether the cookie should be secure or not.
- Cookie HttpOnly: Select whether the cookie should be HTTP-only or not.
- Click on the "Save Changes" button to save your changes.
Step 3: Customizing the Cookie Notification Bar
To customize the cookie notification bar, follow these steps:
- Log in to your WordPress dashboard.
- Click on the "SmartCookie" tab in the left-hand menu.
- Click on the "Customize" tab.
- In the "Customize" tab, you can customize the following options:
- Notification Bar: Select the type of notification bar you want to display (e.g. top, bottom, etc.).
- Notification Bar Color: Select the color of the notification bar.
- Notification Bar Background: Select the background color of the notification bar.
- Notification Bar Text: Enter the text that will be displayed in the notification bar.
- Notification Bar Button Text: Enter the text that will be displayed on the button in the notification bar.
- Notification Bar Button Color: Select the color of the button in the notification bar.
- Click on the "Save Changes" button to save your changes.
Step 4: Testing the Cookie Notification Bar
To test the cookie notification bar, follow these steps:
- Log in to your website as a visitor.
- Click on the notification bar to dismiss it.
- Check that the cookie is set on your device by checking your browser's cookie settings.
- Check that the cookie notification bar is not displayed again.
Conclusion
In this tutorial, we have shown you how to install, configure, and customize the SmartCookie - GDPR Responsive Cookie Law Notification plugin on your website. We have also shown you how to test the cookie notification bar to ensure that it is working correctly. By following these steps, you can ensure that your website is compliant with the GDPR requirements for cookie consent.
Here is an example of complete settings for SmartCookie - GDPR Responsive Cookie Law Notification:
cookie_types
cookie_types: { 'essential': { 'name': 'Essential Cookies', 'description': 'These cookies are necessary for our website to function and cannot be switched off.', 'category': 'necessary' }, 'performance': { 'name': 'Performance Cookies', 'description': 'These cookies are used to improve how our website functions and experience, for example by analyzing how you use our site.', 'category': 'functional' }, 'analytics': { 'name': 'Analytics Cookies', 'description': 'These cookies are used to analyze how visitors interact with our website, for example to track what pages they view and which links they follow.', 'category': 'marketing' }, 'targeting': { 'name': 'Targeting Cookies', 'description': 'These cookies are used to remember your preferences and settings.', 'category': 'marketing' } }
cookie_list
cookie_list: [ { 'name': 'PHPSESSID', 'category': 'necessary', 'domain': 'yourwebsite.com', 'path': '/', 'secure': true, 'expiration_date': 30 }, { 'name': 'cookie_consent', 'category': 'necessary', 'domain': 'yourwebsite.com', 'path': '/', 'secure': true, 'expiration_date': 30 }, { 'name': '_ga', 'category': 'analytics', 'domain': 'yourwebsite.com', 'path': '/', 'secure': true, 'expiration_date': 2 }, { 'name': '_google_utma', 'category': 'analytics', 'domain': 'yourwebsite.com', 'path': '/', 'secure': true, 'expiration_date': 2 } ]
notification_settings
notification_settings: { 'title': 'Cookies are used on this website!', 'message': 'We use cookies to improve your browsing experience on our website. By continuing to browse this website, you agree to our use of cookies. To learn more about our use of cookies, please read our cookies policy.', 'close_text': 'I understand!', 'dismiss_text': 'No, I do not accept cookies', 'button_text': 'Accept and Continue', 'dismiss_button_text': 'Decline', 'layout': 'responsive', 'align': 'center', 'position': 'top', 'transition': 'scale-up', 'duration': 2, 'scroll_to': '.wrapper' }
dismiss
dismiss: { 'cookie_name': 'cookie_consent', 'days_until_expiration': 30, 'hide_notification_after_dismiss': true }
cookie_bars
cookie_bars: { 'show_bar': true, 'type': 'simple', 'cookie_names': ['cookie_consent', 'PHPSESSID'] }
Here are the features of the SmartCookie GDPR Responsive Cookie Law Notification plugin:
- GDPR Compliance: The plugin helps you comply with the EU cookie law requirements.
- Fully Responsive: The plugin is designed to be responsive and adapts to different screen sizes and devices.
- Cross Browser Compatible: The plugin is compatible with multiple web browsers.
- Lightweight Plugin: The plugin is lightweight and does not affect the performance of your website.
- Choose Notification Position: You can choose from four positions to place the notification message: top, bottom, bottom left, and bottom right.
- Fully Customizable: You can customize the texts and colors to fit your website's design.
- Easy to Integrate: The plugin is easy to integrate into your website.
- Extensive Documentation: The plugin comes with extensive documentation to help you set it up and use it effectively.
- Decline Cookies Button: You can add parameters for the decline cookies button.
- Minimized Notification: You can add parameters for the minimized notification.
Additionally, the plugin has a note that it only concerns the cookie part of the GDPR and does not guarantee full compliance with the regulation. It is recommended to consult with a GDPR consultant or law firm to assess necessary measures.
Related Products
$8.00
There are no reviews yet.