Top Quality Products

GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin

3.67
Expert ScoreRead review

$8.00

Added to wishlistRemoved from wishlist 0
Add to compare

132 sales

LIVE PREVIEW

GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin

GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin Review

In today’s digital landscape, compliance with data protection regulations is more crucial than ever. The General Data Protection Regulation (GDPR) in the European Union, in particular, has created a need for websites to inform users about the use of cookies on their sites. This is where the GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin comes in, offering a user-friendly and customizable solution to meet these requirements.

Ease of Integration and Customization

One of the standout features of this plugin is its ease of integration and customization. With just a few clicks, you can add a responsive and modern cookie notification to your website, complete with several options to tailor it to your needs. The plugin is lightweight and clean, making it easy to use and maintain.

Plugin Features

The GDPR Cookie Law plugin boasts an impressive list of features, including:

  • Easy integration
  • Plugin customization
  • Custom hyperlinks
  • Plugin examples
  • Custom cookie pop-up style
  • Clean code
  • Responsive and mobile-friendly
  • Predefined themes
  • Animation types
  • Different positions
  • Cross-browser support
  • Vanilla JavaScript
  • Free updates

Browser Compatibility

The plugin is compatible with a range of popular browsers, including Google Chrome, Mozilla Firefox, Safari, Opera, and IE Edge.

Note

While the plugin provides the necessary regulations for cookies, it’s essential to note that it doesn’t offer full compliance with GDPR. It’s crucial to follow additional rules, which can be discussed with a GDPR consultant or law firm.

Conclusion

The GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin is an excellent solution for website owners seeking to comply with GDPR regulations. Its ease of integration, customization options, and impressive feature list make it a valuable addition to any website. With its lightweight and clean code, responsive design, and cross-browser support, this plugin is a must-have for anyone looking to ensure compliance with GDPR.

Rating: 3.67/5

Recommendation:

I highly recommend this plugin to website owners and developers seeking to ensure GDPR compliance. Its user-friendly interface and customizable options make it an excellent choice for anyone looking to create a responsive and modern cookie notification.

Price: $15

File Size: 14.2 KB

License: Regular License

Plugin Type: JavaScript Plugin

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 “GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin”

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

Introduction

The General Data Protection Regulation (GDPR) is a comprehensive data protection law introduced by the European Union (EU) to protect the personal data of EU citizens. One of the key aspects of the GDPR is the requirement for websites to obtain explicit consent from users before storing or accessing their data. The GDPR Cookie Law is a specific aspect of the regulation that requires websites to obtain consent from users before storing cookies on their devices.

The GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin is a popular and widely-used plugin designed to help website owners comply with the GDPR Cookie Law. This plugin provides a responsive and user-friendly interface for users to grant or deny consent for the storage of cookies on their devices. In this tutorial, we will provide a step-by-step guide on how to use the GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin to ensure compliance with the GDPR Cookie Law.

Step 1: Installation

To use the GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin, you need to install it on your website. Here's how:

  • Download the plugin from the official website or install it using your website's package manager (e.g. Composer).
  • Extract the plugin files to the appropriate directory on your website.
  • Configure the plugin according to your website's needs.

Step 2: Configuration

After installing the plugin, you need to configure it to suit your website's needs. Here's how:

  • Log in to your website's dashboard and navigate to the plugin's configuration page.
  • Configure the plugin's settings, such as the type of cookies you want to store, the duration of the cookie storage, and the consent message.
  • Save your changes.

Step 3: Add the Consent Button

The next step is to add the consent button to your website. Here's how:

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

    <script src="path/to/plugin.js"></script>

    Replace "path/to/plugin.js" with the actual path to the plugin's JavaScript file.

  • Add the following code to your website's page:
    <div class="gdpr-consent-button">
    <button class="gdpr-consent-btn">Consent</button>
    </div>

    This code will display a consent button on your website.

Step 4: Handle Consent

Once a user clicks the consent button, the plugin will handle the consent and store the user's preference. Here's how:

  • The plugin will display a consent message and a button to grant or deny consent.
  • If the user grants consent, the plugin will store a cookie on their device and log the consent in the browser's storage.
  • If the user denies consent, the plugin will not store any cookies on their device.

Step 5: Handle Cookie Storage

The plugin will store the cookies on the user's device according to the settings you configured in Step 2. Here's how:

  • The plugin will store the cookies in the browser's storage, using the HTML5 local storage or cookies.
  • The plugin will store the cookies for the duration you specified in the plugin's settings.

Step 6: Verify Consent

To verify that the user has granted consent, you can use the following code:

if (GDPR.CookieLaw.hasConsent()) {
  // User has granted consent, you can store cookies on their device
} else {
  // User has denied consent, you should not store cookies on their device
}

This code checks if the user has granted consent using the hasConsent() method. If the user has granted consent, the code will execute the block of code inside the if statement. If the user has denied consent, the code will execute the block of code inside the else statement.

Conclusion

That's it! You have now successfully installed and configured the GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin to ensure compliance with the GDPR Cookie Law. By following these steps, you can ensure that your website obtains explicit consent from users before storing cookies on their devices.

Here is an example of how to configure the GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin:

Cookie Domains

You can specify the domains for which cookies are set. This is useful if you have multiple subdomains or domains that share the same cookie policy.

cookieDomains: ["example.com", "subdomain.example.com"]

Cookie Expiration

You can set the expiration time for cookies. This can be a specific date or a duration (e.g. 1 year).

cookieExpiration: 31536000 // 1 year in seconds

Cookie Categories

You can categorize cookies into different categories (e.g. analytics, marketing, functional). This is useful for providing a clear overview of the types of cookies used on your website.

cookieCategories: [ { name: "Analytics", description: "Cookies used for analytics purposes" }, { name: "Marketing", description: "Cookies used for marketing purposes" }, { name: "Functional", description: "Cookies used for functional purposes" } ]

Cookie Names

You can specify the names of the cookies that are set. This is useful if you have multiple cookies with the same category.

cookieNames: [ "analytics-cookie", "marketing-cookie", "functional-cookie" ]

Cookie Purposes

You can specify the purposes for which cookies are used. This is useful for providing a clear overview of the purposes for which cookies are used on your website.

cookiePurposes: [ { name: "Tracking", description: "Cookies used for tracking purposes" }, { name: "Personalization", description: "Cookies used for personalization purposes" } ]

Cookie Consent

You can specify the text that is displayed when the user is asked to consent to the use of cookies.

cookieConsent: "By using this website, you consent to the use of cookies."

Cookie Acceptance

You can specify the text that is displayed when the user accepts the use of cookies.

cookieAcceptance: "Cookie acceptance"

Cookie Decline

You can specify the text that is displayed when the user declines the use of cookies.

cookieDecline: "Cookie decline"

Cookie Button Text

You can specify the text that is displayed on the cookie consent button.

cookieButtonText: "Accept"

Cookie Button Class

You can specify the class that is applied to the cookie consent button.

cookieButtonClass: "cookie-button"

Cookie Overlay

You can specify the text that is displayed in the cookie overlay.

cookieOverlay: "This website uses cookies to improve your experience. By using this website, you consent to the use of cookies."

Cookie Overlay Button Text

You can specify the text that is displayed on the cookie overlay button.

cookieOverlayButtonText: "Accept"

Cookie Overlay Button Class

You can specify the class that is applied to the cookie overlay button.

cookieOverlayButtonClass: "cookie-overlay-button"

Cookie Script

You can specify the script that is used to set the cookies.

cookieScript: " // your script here "

Cookie Script Async

You can specify whether the cookie script is loaded asynchronously.

cookieScriptAsync: true

Cookie Script defer

You can specify whether the cookie script is loaded deferred.

cookieScriptDefer: true

Here are the key features and information about the GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin:

Features:

  • Easy Integration
  • Plugin Customization
  • Custom Hyperlinks
  • Plugin Examples
  • Custom Cookie Pop-up Style
  • Clean Code
  • Responsive & Mobile Friendly
  • Predefined Themes
  • Animation Types
  • Different Positions
  • Cross Browser Support
  • Vanilla JavaScript
  • Free Updates

Browser Compatibility:

  • Google Chrome
  • Mozilla Firefox
  • Safari
  • Opera
  • IE Edge

Plugin Information:

  • Creates a simple, modern, flat-style cookie notification in JavaScript
  • Lightweight responsive plugin
  • Customizable options

Note:

  • This plugin only provides the necessary regulations affected by cookies
  • To achieve full GDPR compliance, you need to follow additional rules, discussed by a GDPR consultant or law firm

Changelog:

  • Can be found on the demo site

Contact and Support:

Other Plugins and Resources:

  • Author's other WordPress plugins
  • Author's other jQuery plugins
  • Author's other JavaScript plugins
  • Envato Developers: option to add plugin to other Envato Marketplace items
GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin
GDPR Cookie Law – Responsive JavaScript GDPR Consent Plugin

$8.00

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