XF 2.0 YouTube Video Only Link

Maestro2k5

Member
Hello,

I would like to show all YouTube videos only as a link. Also all who are already involved with the bbcode. How can I implement this?
 
One approach would be to change Template _media_site_embed_youtube
HTML:
<a href="https://www.youtube.com/watch?v={$id}">https://www.youtube.com/watch?v={$id}</a><br>

But completely killing embedded YouTube videos for GDPR compliance might be a bit too much.
It should be sufficient to use youtube-nocookie.com and to put info about YouTube into your privacy policy, if you are extra worried use a 2-click solution, eg. the user has to click before the video is actually being loaded
 
Last edited:
Top Bottom