How to Stop to show other video options at end of Youtube

GK User
Tue Sep 22, 2015 10:18 am
Joomla university Template
We have video on youtube which we want to show ( take a tour section), but when the video is over user is able to see other video playable options, is their any way to stop this ?

See snapshot for reference.
User avatar
Junior Boarder

GK User
Tue Sep 22, 2015 11:23 am
The solution simply opens youtube in embed version. If there is any chance to have any impact on its behave - youtube documentation should be a place to search for it.
But whats important, as a link to you embeded movie looks this way:
//www.youtube.com/embed/Uh70E4hKTog
only providing parameters to this link could be a solution (if they are any).
User avatar
Moderator

GK User
Fri Sep 25, 2015 11:50 am
Thanks,
I tried loop, syntax as follow:
http://www.youtube.com/v/VIDEO_ID?versi ... t=VIDEO_ID
I used it as following
<a class="modal gkVideoBlock" href="//www.youtube.com/embed/4EwOQCtnOHo?version=3&loop=1" rel="{handler: 'iframe', size: {x: 640, y: 480}}"></a>

But did not work, any inputs on this will be helpful.
User avatar
Junior Boarder

GK User
Sat Sep 26, 2015 12:42 pm
I'm not an youtube expert and this is purely youtube stuff... If I were to guess, I would bet the /embed/ version doesn't support those parameters.
User avatar
Moderator


cron