Do you get annoyed when Moodle (helpfully...) starts a YouTube video playing, when you would rather a link to the page is displayed?
This can be particularly annoying if you want to display a link to a playlist in a block as I recently wanted to do. When I used the URL to the page, it display as:
To improve this, add embed=no& to the <a href> tag. Note: you will need to click on the 'HTML' icon to do this.
For example, in the html code, change:
<p><a href="https://www.youtube.com/playlist?list=PLxcO_MFWQBDdjemrWhLjxCVstnfmr_cl8">36 short Moodle YouTube videos</a></p>
to:
<p><a href="https://www.youtube.com/playlist?embed=no&list=PLxcO_MFWQBDdjemrWhLjxCVstnfmr_cl8">36 short Moodle YouTube videos</a></p>
Your block will now look like:
...just what I wanted!
Comments
0 comments
Please sign in to leave a comment.