Skip to content

ElementareTeilchen/social_gdpr

 
 

Repository files navigation

TYPO3 Extension social_gdpr

Latest Stable Version Build Status StyleCI

Show social media after user confirmation

Features

Installation

Simply install the extension with Composer or the Extension Manager.

composer require ichhabrecht/social-gdpr

Usage

@todo Write instructions on how to activate the extension by either including the typoscript or creating a record in the BE

Configure the extension in settings.php

'social_gdpr' => [
    'osmPreview' => '0',
    'vimeoPreview' => '0',
    'youtubePreview' => '0',
],

Run Unit Tests

composer install
php .Build/bin/phpunit -c phpunit.xml.dist

Community

About

Show social media after user confirmation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.2%
  • HTML 14.8%
  • CSS 3.5%
  • JavaScript 3.5%