neosrulez/cookieoptin

Last activity 27 Jul 2023 3243
composer require neosrulez/cookieoptin

A package which handles Cookie Opt-In for Neos CMS.

2.0.8

Version
2.0.8
Type
neos-package
Release Date
Jul 27, 2023 08:18
Source
git
Distribution
zip
Requires
626292856e41ab88527b07650412e8f6e9e835fe

Cookie Opt-In for Neos CMS

A package which handles Cookie Opt-In for Neos CMS.

Installation

The NeosRulez.CookieOptIn package is listed on packagist (https://packagist.org/packages/neosrulez/cookieoptin) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/cookieoptin

Usage

Definition of the cookies used in the json files in all necessary languages.

NeosRulez:
  CookieOptIn:
    cookieMetadata: 'resource://NeosRulez.CookieOptIn/Private/Metadata/'

Neos side

Definition of data-attributes (data-cookie) in iframe tags and additionally type="text/plain" in script tags. It's easy with Fusion.

<iframe data-cookie="bar" width="1116" height="628" cookie-src="https://www.youtube.com/embed/7KUdmFyefSA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<script data-cookie="all" type="text/plain" async src="https://www.googletagmanager.com/gtag/js?id=UA-141147524-30"></script>
<script data-cookie="all" type="text/plain">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag("js", new Date());gtag("config", "UA-141147524-30");</script>

Author

The content of the readme is provided by Github
The same vendor provides 71 package(s).