XcooBee GDPR Cookie Manager

XcooBee GDPR Cookie Manager

Wordpress plugin

Install on Wordpress

App Details

Most current cookie CCPA and GDPR notices for WordPress are just that: Overlays that display information but do not actively manage cookie creation and life-cycles. Your site is still responsible for handling cookies, fingerprinting and Do-Not-Sell consent correctly. In contrast to this, the XcooBee Cookie Plugin is a true cookie-consent and life-cycle manager. It will help you implement the premises of the CCPA advent GDPR (European e-directive) correctly.

In addition, the XcooBee Cookie Plugin makes it easy for other plugins to manage their cookies and scripts correctly by simply setting html based tags for the cookies and scripts they need to have user consent to load. This way you will be compliant and continue to use your plugins.

The XcooBee Cookie Plugin Add-on does most of its work by establishing an integration to the open source Xcoobee Cookie Kit (XCK).

Extensive details on how the XcooBee Cookie Kit operates can be found on our documentation pages.

The objective of the XcooBee Cookie Kit (XCK) and this plug-in is to enable websites to manage their Cookie, Fingerprint and Do-Not-Sell consent more effectively and with less annoyance to their users. The XcooBee Cookie Plugin can work in concert with the XcooBee network to improve overall management for users and businesses but that is not required. A subscription also allows override in the visual style and allows you to add your own company branding. However, the XcooBee Cookie Plugin does work independently of XcooBee network.

With this plugin you can:
– use XcooBee pre-classification of cookies to present simplified and clear details of how you will use cookies
– share your cookie policies
– share your terms of service
– share your privacy policy
– determine cookie setter/unsetter scripts
– obtain and manage fingerprint consent
– allow users to manage consent (remove/add consent)
– trigger removal scripts when needed
– set timing and position of information display
– display notification in different languages
– display Do-Not-Sell option needed for CCPA
– manage 3rd party scripts such as Google Analytics cookie creation

With subscription to XcooBee you can also:
– document your consent interactions
– remote manage user consent
– document proper interactions and response time to user requests
– set additional style and company branding
– use crowd cookie intelligence
– auto manage CCPA Do-Not-Sell expiration
– obtain smart consent, pre-negotiated with XcooBee network
– transparently determine whether notification is necessary depending on country of origin
– get user sentiment (their attitude about your site and services)

The XcooBee Cookie Plug-in is an Add-on. It requires the XcooBee For WordPress plugin to work correctly. You will need to install it first.

Tutorial for Programmers and Plugin Developers

How can other Plugins Work with XcooBee Cookie Add-on

If you are a plugin developer who needs to use cookies or load scripts based on user consent, there is no need to develop your own. You can simply connect to the XcooBee infrastructure for cookies and everything will be automatically managed for you.

Using PHP:

setting cookies

After you install the add-on you can set managed cookies in PHP using the exposed XcooBee special function xbee_cookie().

function header function xbee_cookie($action, $category, array $cookie)

Example use:

` 

To set:
xbee_cookie(‘set’, ‘application’, [‘name’ => ‘cookieName’, ‘value’ => ‘cookieValue’, ‘days’ => 365]);

to remove:
xbee_cookie(‘unset’, ‘application’, [‘name’ => ‘cookieName’]);

` 

When setting a cookie, the days are optional.

intercepting PHP calls

As an option the XcooBee Cookie plugin allows you to catch all non-managed calls to create cookies for your site and assign them to a consent category and manage them.
There is nothing you need to do except turn on the feature. This ensures compliance even when you have rogue plugins setting cookies you are not aware of through PHP.

Using HTML:

You can generate special HTML tags that the XcooBee Cookie Plugin will be able to use to determine your cookies and scripts automatically. The Cookie plugin will then set or remove based on user consent:

cookie tag

You can use <xbee-cookie> tag to declare a cookie anywhere in the HTML DOM. The addition here is the category. Please classify according to XcooBee classification system: application, usage, statistics, or advertising

Example of two tags one declaring a necessary (application) cookie while the other is declaring a personalization (usage) cookie:

` 

the_value_of_the_cookie
dark-blue
`

script tag

You can use the <xbee-script> tag to declare a script to be loaded later after proper consent has been obtained. You should also consider an equivalent removal or cleanup script to be run should the consent be removed.

Example of google analytics script managed by XcooBee:

` 

 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview'); 

`<h3>XcooBee Cookie Kit (XCK) Details</h3> 

The XCK forms the base of the XcooBee Cookie Plugin for WordPress and makes it easy to enable cookie consent on your website. It handles all user interaction to obtain consent and lets the website know which cookies and scripts can be used for each users while they visit your website. Similarly, your website can now be informed when users change their consent even when they are not visiting it.

The XCK is not just an information overlay. It is an active cookie and consent manager for your site.

The XCK is one of the most transparent and frictionless ways to manage cookies on your site. It will not pop-up, in, or otherwise hinder the user experience when it is not needed. Yet, at the same time, it provides full compliance with European e-directives and related GDPR rules.

Website owners can easily react to data-requests and report on privacy related requests if needed via the XcooBee network.

The XCK does not require a XcooBee connection to work for your website. You will still have access to the majority of user consent gathering but will not have central insight and consent management.

The XCK is responsive and will adjust easily to different screens including mobile uses.

About XcooBee

XcooBee is a privacy-focused data exchange network with a mission to protect the digital rights and privacy of consumers and businesses alike.

XcooBee offers a number of plugins and add-ons for users to pick and choose the tools they need to improve the privacy and GDPR compliance.

XcooBee For WordPress is our common plugin that you need to use with our other XcooBee WordPress add-ons. To get the most of the plugins and add-ons we recommend you obtain an API key. This can be obtained freely on the XcooBee network by upgrading to a developer account.

Why XcooBee?

XcooBee is the only network that tries to rewrite how individuals and companies interact. We enable end users to manage their consent while allowing companies fair use.

This is not only a good vision, but with the advent of the CCPA, GDPR, and similar laws many processes need better support.

Small and medium businesses do not have time to make tools or manage complex software. XcooBee aims to simplify this and make powerful tools available to WordPress sites as well as their customers. Most of these are available for free.

How XcooBee works?

We at XcooBee believe that privacy is not static and not the same for everybody.

We deliver tools, services, and techniques to allow individuals to control the exchange, distribution and management of their own information while allowing businesses fair use and compliance.

Tools we provide remove the complexity of compliance with CCPA and GDPR when using WordPress. All this while improving the convenience and trust of the end-customers. A paid subscription to XcooBee is optional but recommended if you wish to use all the features.

Built with developers in mind

We support XcooBee and all its add-ons with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to easily use and even extend our plugin.

Add-ons

WordPress.org is home to some amazing extensions for this plugin, including:

Pricing

Starting from $0 per month.

Check Out the Google Play Reviews Widget

By Common Ninja

Google Play ReviewsTry For Free!

App Info

Rating

Reviewers

No reviews

Tags

CCPA
cookie
GDPR
privacy
xcoobee

Developed By

XcooBee Corporate

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Forms

Forms plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Comments

Comments plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Maps

Maps plugins for Wordpress

Security

Security plugins for Wordpress

Translation

Translation plugins for Wordpress

Ads

Ads plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Chat

Chat plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Membership

Membership plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Contact

Contact plugins for Wordpress

Comments

Comments plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Common Ninja Apps

Some of the best Common Ninja plugins for Wordpress

Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.

Google Play Reviews for Wordpress logo

Google Play Reviews

Show Google Play reviews for your Android app to build trust, strengthen credibility, and help visitors make confident download decisions.

Linkedin Feed for Wordpress logo

Linkedin Feed

Show LinkedIn posts in a live feed that keeps updates current, builds credibility, and helps visitors engage with your brand.

Instagram Slider for Wordpress logo

Instagram Slider

Add an Instagram slider to your site to display social posts dynamically and keep your visual content engaging and current.

Scroll to Element Button for Wordpress logo

Scroll to Element Button

Scroll to element button that improves navigation by letting visitors jump directly to key sections, reducing friction and boosting overall engagement.

Progress Circles for Wordpress logo

Progress Circles

Show progress with animated progress circles that visualize goals, display achievements, and keep visitors engaged.

Music Player for Wordpress logo

Music Player

Add a no-code music player to your site to stream audio, share playlists, and support multiple formats with easy setup.

Event Listings for Wordpress logo

Event Listings

Create event listings with an events board widget that displays upcoming activities clearly, helps visitors discover events, and supports easy management.

Announcements for Wordpress logo

Announcements

Add announcements to your site to share important updates, keep visitors informed, and guide them toward actions that support engagement and conversions.

FAQ for Wordpress logo

FAQ

Add an FAQ section to your site to answer common questions, reduce support requests, and give visitors a smoother and more confident user experience.

Corner Pop-up for Wordpress logo

Corner Pop-up

Add a floating corner pop-up to display updates or calls to action without disrupting the user experience or site flow.

Slide-In Panel for Wordpress logo

Slide-In Panel

Slide in panel that appears from the top or bottom to highlight offers, capture attention, and guide visitors toward more conversions.

Before & After Slider for Wordpress logo

Before & After Slider

Add an interactive before and after slider to your site to show visual transformations, capture attention, and help visitors understand real results.

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms