New - now when any of my youtube video lectures end, they show a bunch of end cards (popup) seeking to redirect students to other videos unrelated to the course. I have enough problems trying to keep students on track without youtube trying to grab their attention and diverting them to other sites. Has anyone found a way to stop this? I can't find any "switch" in youtube to turn these off.
Hello @hydeag ...
I'm not sure if this works any more (thought it did seem to work for me), but have you tried this... if I wanted to embed the following video on a Canvas page:
...I grab the embed code from the page,
<iframe width="560" height="315" src="https://www.youtube.com/embed/wlAjwAMfFm0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
...an then I add ?rel=0 to the end of the YouTube URL. So, in the embed code, it would look like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/wlAjwAMfFm0?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Give that a try to see if would work for your needs. Again, I'm not sure if this will work properly or not. There were some articles I found while searching Google that seem to indicate this might not work...but I'm not 100% certain on this.