jweiland-net / video_shariff

This extension provides more privacy when embedding videos in frontend.
https://extensions.typo3.org/extension/video_shariff
Other
5 stars 6 forks source link

Use data-video directly to store video html #17

Closed t3easy closed 4 years ago

t3easy commented 4 years ago

ATM you create a TYPO3 inline setting to store the video html together with a unique id in the html head. If you store the json encoded html directly in the data-video you simplify the extension as you can remove the VideoViewHelper.

If you like, I can send a PR.