WP Manifestindependent plugin directory
manifest / privacy / valu-cookie-plugin

Valu Cookie Plugin

List cookies used on site via Cookiebot API.

by Valu Digital Oy · github.com/valu-digital/valu-cookie-plugin · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/valu-digital/valu-cookie-plugin/archive/refs/heads/main.zip

Readme

Valu Cookie Plugin

Description

A plugin to view cookies and visitor opt-out percentages using Cookiebot API.

This plugin is made to help Wordpress editors observing Cookiebot opt-outs and cookie descriptions.

Installation

Set API key

API key can be found in Cookiebot admin panel under Settings -> Your scripts -> API key -> Show.

Install plugin using git clone. Cookiebot API Key can be set in wp-config.php using constant VALU_COOKIEPLUGIN_API_KEY.

define( 'VALU_COOKIEPLUGIN_API_KEY', '<API_KEY_FROM_COOKIEBOT>' );

Apply settings

wp-admin/admin.php?page=Valu_Cookie_Plugin_settings

Cookiebot Domain group ID: Cookiebot admin panel Settings -> Your scripts -> Domain Group ID

Cookiebot domain: Cookiebot admin panel Settings -> Domains

Read the full README on GitHub →