An open API service indexing awesome lists of open source software.

https://github.com/markl4yg/wp-content-consent-blocks

A wordpress plugin that allows viewers of your site to consent to content before it is included.
https://github.com/markl4yg/wp-content-consent-blocks

3rd-party-scripts consent plugin wordpress

Last synced: over 1 year ago
JSON representation

A wordpress plugin that allows viewers of your site to consent to content before it is included.

Awesome Lists containing this project

README

          

# WP content consent blocks

_This is not an official Wordpress plugin nor is it officially endorsed by Wordpress or affiliated companies._

__WP content consent blocks__ is a plugin for Wordpress which allows some content of the site to be hidden until the viewer gives their explicit consent to show the content.

## Why this plugin?

European law requires site owners to explicitly ask their users for consent before their data is tracked.
This mainly affects any sort of embedded content from third party services as the site owner has no direct control on what the third party does with the received user data.

This plugin was build to optionally embed social media feeds into Wordpress sites.
Viewers are informed about what content is about to be shown and why their consent is required to show the content (content disclaimer).
If the viewer decides to accept the disclaimer, the content is shown and the viewer can interact with it.

## Blocks added by the plugin

- __Plain HTML consent__
The content to be shown to the viewer is plain HTML code (also supporting JS-tags) which is executed only after consent has been given.
- ...