XF 1.5 How can I set up xenforo to use youtube-nocookies.com for the video player?

OD31

Member
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,

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>
 
Top Bottom