embed-consent

0.0.5 • Public • Published

Embed Consent

postpone embed loading until user gives consent

Installation

npm install embed-consent

Usage

<article class="js-embed" data-embed-src="https://www.youtube.com/embed/flLc6LmAG6c">
  Please confirm you like to load this YouTube video:
  <button class="js-embed__opener">Okay</button>
</article>

The data-embed-id attribute can be used to set a cookie if the user gives consent. After that the embed permission request won't show itself for the next 90 days.

import EmbedConsent from 'embed-consent'

const embed = new EmbedConsent()
embed.enable()

npm

Readme

Keywords

Package Sidebar

Install

npm i embed-consent

Weekly Downloads

2

Version

0.0.5

License

ISC

Unpacked Size

2.85 kB

Total Files

3

Last publish

Collaborators

  • mahnouel