Code Monkey home page Code Monkey logo

social_gdpr's Introduction

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

Community

social_gdpr's People

Contributors

franzkugelmann avatar ichhabrecht avatar nhovratov avatar skleiber avatar svenjuergens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

social_gdpr's Issues

[feature] custom image as placeholder

Hi,

I installed the extension and it works. :)
Currently it looks like this:
grafik

Is it possible to add a custom image as background image behind the play-button? Maybe it's possible to add an option so that the image can be changed via typoscript?

[feature] make video play after only 1-click

Hi,

currently, when I click on the placeholder play button the youtube video loads and then I have to click on the actual youtube play button again.

Is it possible to start the video after the youtube video has loaded with the first click?

Fehler bei der Reihenfolge vom YoutubeImageService

Hi Nicole,

ich habe gerade die Extension getestet und musste einen Patch erstellen, weil beim "YoutubeImageService" ein Bug existiert, welches die "possiblePreviewNames" betrifft.

Aktuell ist die Reihenfolge der Bildqualität leider falsch und die Größe "sddefault" fehlt. Die korrekte Reihenfolge muss wie folgt sein:

    /**
     * @var string[]
     */
    protected $possiblePreviewNames = [
        'maxresdefault.jpg',
        'sddefault.jpg',
        'hqdefault.jpg',
        'mqdefault.jpg',
        '0.jpg',
    ];

Am besten wäre es, wenn man diese Property auch per Konfiguration festlegen könnte.

Beste Grüße,
Fabian

Renaming typoscript files breaks installation

Hi Nicole,

please be aware changing the extension of the TypoScript files will break installations (new in version 3.2.0).
I'm importing the TypoScript in my site package via `@import 'EXT:social_gdpr/Configuration/TypoScript/setup.txt'.

With the change to .typoscript no YouTube videos are shown anymore.

Solution:
Add constants.txt and setup.txt (maybe a symlinks or copy) again until next breaking change release.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.