jweiland / mediaconsent
This TYPO3 extension makes sure that content is only loaded if the user agrees cookie consent
Installs: 3 240
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- typo3/coding-standards: ^0.6
- typo3/testing-framework: ^7.0.2
Replaces
- arbkomekvw/mediaconsent: 2.0.1
- typo3-ter/mediaconsent: 2.0.1
README
This extension loads HTML content only after the user has clicked on a short note expressing his/her agreement to see it.
It is useful for embedding HTML snippets (often called widgets) from social media content providers like Facebook, Twitter and others. If the user does not agree, no widget is shown and no personal data (IP number etc.) is transferred to the social media provider.
The extension provides a new content element called "Media Consent Opt-In" which has two specific fields: one for the HTML snippet embedding the content, another for selecting the content provider (Facebook, Twitter...)
Routing
To make the extension work with TYPO3's new routing, you should add a page type suffix for the reload page type, similar to this example:
routeEnhancers:
PageTypeSuffix:
map:
mediaconsent.html: 122