XF 1.5 Youtube suggested Videos

CIX

New member
Licensed customer
Hi There

How to disable recommended/suggested videos from showing after a linked you tube video is done playing (Videos linked using media)

Thank you
 
You would need to look on the Youtube API site to see if there is an option for the embed code.

This is the code for embedding into a website
<iframe width="560" height="315" src="
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
" frameborder="0" allowfullscreen></iframe>

is it possible to use in a post?
 
Somehow when I post the link above, the following is disappearing:
?rel=0
(which is what needed to turn off related videos)
 
You would need to edit the embed code under the media sites section to add that parameter (it would then apply in all cases).
 
  • Like
Reactions: CIX
Back
Top Bottom