lukasbecker/kirby3-cookiebot

Add Cookiebot to your kirby-powered website

Fund package maintenance!
lukas-becker.eu

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:kirby-plugin

1.0.0 2023-11-19 15:22 UTC

This package is auto-updated.

Last update: 2024-05-19 16:19:01 UTC


README

Integrate CookieBot code into your Kirby 3 site.

Installation

Composer

composer require lukasbecker/kirby3-cookiebot

Usage

Store your CookieBot ID in the config file.

return [
  'lukasbecker.kirby3-cookiebot.id' => 'GTM-XXXXXXX',
];

Cookie consent banner Include the snippet in the <head>-section of your website template.

Cookie declaration You can use the cookiebot-declaration-block to print the cookie declaration.