https://github.com/marvinsiefke/pepper-wpyoutube
GDPR-compliant YouTube embedding tool for WordPress.
https://github.com/marvinsiefke/pepper-wpyoutube
dsgvo gdpr gdpr-consent php wordpress youtube
Last synced: about 2 months ago
JSON representation
GDPR-compliant YouTube embedding tool for WordPress.
- Host: GitHub
- URL: https://github.com/marvinsiefke/pepper-wpyoutube
- Owner: marvinsiefke
- Created: 2024-05-11T22:44:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T21:06:15.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:32:04.802Z (over 1 year ago)
- Topics: dsgvo, gdpr, gdpr-consent, php, wordpress, youtube
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pepper-wpyoutube
GDPR-compliant YouTube embedding tool for WordPress. It provides a simple shortcode like this: `[peppertube id="SXHMnicI6Pg"]`
## Features
- Privacy first YouTube embeds! Without ads, without any overbloat, just with a simple shortcode.
- Multilingual interface (`de_DE`, `de_DE_formal`, `en_US` so far)
## Planned features
- Better styling options. There is only the constant `PEPPERYOUTUBE_LOAD_CSS` to load or not to load the default stylesheet so far.
- Maybe a TTL for the thumbnails in the cache.
- Maybe a more flexible interpreting of the attribute in the shortcode, especially an possibility to pass the full URI, not only an ID. This could be more comfortable.
- Maybe an optimization of the code (rewrite as a class?).
- An option to save the consent in a cookie.
There is no ETA or even a periodic development, but the plugin will grow with my wordpress projects.