OD31 Member May 11, 2018 #1 Hi I'd like to user youtube-nocookies.com instead of youtube.com for the video player automatically included when a post contains a youtube's vidéo. Is it possible? How? Many thanks
Hi I'd like to user youtube-nocookies.com instead of youtube.com for the video player automatically included when a post contains a youtube's vidéo. Is it possible? How? Many thanks
TnT Active member May 24, 2018 #2 Hi, just done by myself: go to BB-Code-Mediasites in the Admin Area: admin.php?bb-code-media-sites/#_youtube Replace the "youtube" with "youtube-nocookies" in the Html-Field: Code: <iframe width="500" height="300" src="https://www.youtube-nocookie.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe> Upvote 0 Downvote
Hi, just done by myself: go to BB-Code-Mediasites in the Admin Area: admin.php?bb-code-media-sites/#_youtube Replace the "youtube" with "youtube-nocookies" in the Html-Field: Code: <iframe width="500" height="300" src="https://www.youtube-nocookie.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe>