Top Quality Products

Cookies Notification – Responsive jQuery Plugin, Compliant with EU GDPR Law

$7.00

Added to wishlistRemoved from wishlist 0
Add to compare

16 sales

LIVE PREVIEW

Cookies Notification – Responsive jQuery Plugin, Compliant with EU GDPR Law

Cookies Notification – Responsive jQuery Plugin Review

As a website owner, it’s essential to be transparent about the cookies used on your site to comply with the European Union’s General Data Protection Regulation (GDPR) law. Cookies Notification – Responsive jQuery Plugin is a simple and effective solution to display a notification about the cookies used on your website, making it easy for visitors to understand how their data is being used.

Design and User Experience

The plugin is designed to be responsive and mobile-friendly, ensuring that your website visitors see the notification on whatever device they are using. The notification comes in two styles: a full-browser-width notification and an animated notification in the corner of the site. The design is clean and minimalistic, making it easy to read and understand.

Features

The plugin offers a range of features that make it easy to customize and set up. Some of the key features include:

  • Two notification styles with various positions
  • Cookies expiration date setting
  • Fully customizable notification text, colors, fonts, and more
  • EU GDPR compliance
  • Responsive and mobile-friendly design
  • Easy to set up with just a few lines of code
  • Well-documented with full documentation
  • Cross-browser support for major browsers

Ease of Use

The plugin is easy to set up and use, even for those with limited coding knowledge. The documentation is thorough and provides step-by-step instructions on how to implement the plugin on your website.

Conclusion

Cookies Notification – Responsive jQuery Plugin is a valuable tool for any website owner looking to comply with the EU GDPR law. The plugin is easy to set up, customizable, and responsive, making it a great addition to any website. With a score of 0, I would highly recommend this plugin to anyone looking to improve their website’s cookie notification experience.

Rating: 0/5

Recommendation: I highly recommend this plugin to anyone looking to improve their website’s cookie notification experience and comply with the EU GDPR law.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Cookies Notification – Responsive jQuery Plugin, Compliant with EU GDPR Law”

Your email address will not be published. Required fields are marked *

Introduction

As a website owner, it is essential to comply with the European Union's General Data Protection Regulation (GDPR) law, which requires you to obtain explicit consent from your visitors before storing or accessing their personal data. One of the ways to do this is by displaying a cookie notification that informs visitors about the types of cookies your website uses and asks for their consent.

The Cookies Notification - Responsive jQuery Plugin is a user-friendly and compliant solution that helps you achieve this requirement. In this tutorial, we will walk you through the step-by-step process of installing and configuring the plugin to ensure you are GDPR-compliant.

Prerequisites

Before we begin, make sure you have:

  1. A basic understanding of HTML, CSS, and JavaScript.
  2. A website built using a Content Management System (CMS) like WordPress, Joomla, or Drupal, or a static website built using HTML, CSS, and JavaScript.
  3. The Cookies Notification - Responsive jQuery Plugin installed on your website.

Step 1: Install the Cookies Notification - Responsive jQuery Plugin

To install the plugin, follow these steps:

  1. Download the plugin from the official website: https://cookiesnotification.com/.
  2. Extract the downloaded ZIP file to a directory on your website, e.g., wp-content/plugins/cookies-notification (if you're using WordPress).
  3. If you're using a CMS, upload the extracted files to the plugin directory.
  4. If you're using a static website, upload the extracted files to the root directory of your website.

Step 2: Configure the Plugin

To configure the plugin, follow these steps:

  1. Go to the plugin settings page, which is usually located at wp-admin/plugins.php (if you're using WordPress) or settings.php (if you're using a CMS).
  2. Click on the "Cookies Notification" tab.
  3. In the "General" section, enter the required information:
    • Title: Enter a title for your cookie notification, e.g., "Cookie Notification".
    • Message: Enter a message that explains the types of cookies your website uses and why.
    • Button Text: Enter the text for the "Accept" button.
  4. In the "Cookie Types" section, select the types of cookies your website uses:
    • Required Cookies: Select the types of cookies that are required for your website to function, e.g., session cookies.
    • Optional Cookies: Select the types of cookies that are optional, e.g., analytics cookies.
  5. In the "Cookie Expiration" section, select the duration for which cookies will be stored:
    • Days: Enter the number of days for which cookies will be stored.
  6. In the "Design" section, customize the appearance of the cookie notification:
    • Color Scheme: Select a color scheme for the notification.
    • Background Image: Upload a background image for the notification.
    • Font Family: Select a font family for the notification.
  7. Click "Save Changes" to save your settings.

Step 3: Display the Cookie Notification

To display the cookie notification, follow these steps:

  1. Add the following code to your website's header or footer:

    <script src="path/to/cookies-notification.js"></script>

    Replace path/to/cookies-notification.js with the actual path to the plugin's JavaScript file.

  2. The cookie notification will automatically display on your website's pages.

Step 4: Test the Cookie Notification

To test the cookie notification, follow these steps:

  1. Open your website in a web browser.
  2. Click on the cookie notification icon (usually located in the top-right corner of the browser window).
  3. Read the notification message and click on the "Accept" button.
  4. Verify that the cookie notification disappears after you accept the cookies.

That's it! You have successfully installed and configured the Cookies Notification - Responsive jQuery Plugin to comply with the EU GDPR law. Remember to regularly review and update your cookie notification settings to ensure continued compliance.

Here is an example of how to configure the Cookies Notification - Responsive jQuery Plugin, Compliant with EU GDPR Law:

Default Cookie Settings

 CookiesNotificationSettings = {
  "duration": 14, // Duration in days before the cookie expires
  "type": "persistent", // "persistent" or "session"
  "domain": window.location.hostname, // Domain for which the cookie is set
  "path": "/", // Path for which the cookie is set
  "secure": true, // Use HTTPS for the cookie
  "httponly": true // Disable JavaScript access to the cookie
};

Notification Settings

NotificationSettings = {
  "message": "This website uses cookies to ensure you get the best experience on our website. Learn more about our Cookie Policy", // Notification message
  "title": "Cookie Notification", // Notification title
  "buttonText": "Accept", // Button text for accepting the cookie
  "buttonClass": "btn btn-primary", // Button class for accepting the cookie
  "dismissButtonText": "Dismiss", // Button text for dismissing the notification
  "dismissButtonClass": "btn btn-secondary", // Button class for dismissing the notification
  "position": "top-right", // Position of the notification
  "animationIn": "animate__fadeIn", // Animation for notification in
  "animationOut": "animate__fadeOut" // Animation for notification out
};

Translation Settings

TranslationSettings = {
  "en": {
    "message": "This website uses cookies to ensure you get the best experience on our website. Learn more about our Cookie Policy",
    "title": "Cookie Notification",
    "buttonText": "Accept",
    "dismissButtonText": "Dismiss"
  },
  "fr": {
    "message": "Ce site web utilise des cookies pour vous offrir la meilleure expérience sur notre site web. En savoir plus sur notre Politique de confidentialité des cookies",
    "title": "Notification des cookies",
    "buttonText": "Accepter",
    "dismissButtonText": "Ignorer"
  }
};

Custom CSS Settings

CustomCSS = {
  ".cookies-notification": {
    "background-color": "#f5f5f5",
    "color": "#333",
    "padding": "10px",
    "border": "1px solid #ccc",
    "box-shadow": "0 0 10px rgba(0,0,0,0.1)"
  }
};

Please note that you need to adjust these settings according to your specific needs and translation requirements.

Here are the features of the Cookies Notification - Responsive jQuery Plugin:

  1. Notification Styles: Two notification styles with various positions, including full browser width notification or animated notification in the corner of the site.

  2. Cookies Expiration Date: Option to set cookies expiration date, preventing the notification from being displayed to the same visitor for a specified period after acceptance.

  3. Fully Customizable: Allow users to choose notification style, position, message text, colors, fonts, etc.

  4. EU GDPR Compliant: Compatible with European Union's General Data Protection Regulation (GDPR) law and can be used on any website worldwide.

  5. Responsive and Mobile Friendly: The plugin is responsive and works great on phones, tablets, and desktop computers.

  6. Easy to Setup: Simple implementation with just a few lines of code.

  7. Well Documented: The plugin comes with full documentation to make usage even easier.

  8. Cross-Browser Support: The plugin works great with all major browsers, including Chrome, Firefox, Safari, Edge, Opera, Internet Explorer, and more.
Cookies Notification – Responsive jQuery Plugin, Compliant with EU GDPR Law
Cookies Notification – Responsive jQuery Plugin, Compliant with EU GDPR Law

$7.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0