shel / neos-video
A GDPR compliant video nodetype for Neos CMS
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-plugin
Requires
- neos/neos: ^7.3 || ^8.0 || @dev
This package is auto-updated.
Last update: 2024-10-11 19:31:14 UTC
README
This plugin will provide a YouTube video element which will not embed the video, but instead will automatically retrieve the thumbnail for the video and show it with a play button. Pressing the button will open a new tab or window with the YouTube video.
Features
- GDPR-compliant - no external data is loaded in the frontend
- Video thumbnails are retrieved when a video id is changed and stored as asset
- Video thumbnails can be replaced by custom images via the inspector
- Currently only YouTube is supported
- Has no additional dependencies besides Neos itself
- Auto-includes the required CSS file
How to use custom style
If you want to use a custom style for the video element, you can do so by disabling the included styles in your site package.
prototype(Neos.Neos:Page) {
head.stylesheets.shelNeosVideo >
}
Then you can copy the included CSS file to your own styles. You can find them in Resources/Public/video.css.
License
See License