N6XRE DokuWiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
the_linux_kernel_documentation [2023/03/09 10:22] – [4. Learn X in Y minutes] garyrustthe_linux_kernel_documentation [2023/03/09 10:35] (current) – [28. Embed videos & playlists Instructions] garyrust
Line 974: Line 974:
 </HTML> </HTML>
 \\ \\
-===== - Embed videos & playlists Instructions ===== 
- 
-**[[start#top|Top]]**\\ 
-[[https://www.techuntold.com/embed-start-youtube-video-certain-time/|How to Embed and Start YouTube Video At Certain Time]]\\ 
-Example: Observe the video link. Something like ?t=01m15s \\ 
-<html> 
-<iframe width="800" height="700" src="https://www.techuntold.com/embed-start-youtube-video-certain-time/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> 
-</html>\\ 
-[[https://youtu.be/A63imEmP_-I|YouTube Clips]]\\ 
-<html> 
-<iframe width="560" height="315" src="https://www.youtube.com/embed/A63imEmP_-I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 
-</html>\\ 
-<code> 
-Two different ways: 
--------------------------------------------------- 
-1> See below video - How to View All of a Channel's Uploads in a Playlist 
- - (Replace UC with UU in &list=) - https://www.youtube.com/watch?v=jk4FsbaTTwM 
--------------------------------------------------- 
-<html> 
-<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=UUZdQjaSoLjIzFnWsDQOv4ww" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> 
-</html><br> 
--------------------------------------------------- 
-or 
--------------------------------------------------- 
-2> See Another way (below) - Using username - https://youtu.be/DVgMhCWhv70 
--------------------------------------------------- 
-<html> 
-<iframe src="http://www.youtube.com/embed/?listType=user_uploads&list=briantrautman" width="560" height="315" frameBorder="0"></iframe> 
-</html><br> 
--------------------------------------------------- 
-ONE PAGE ONLY 
--------------------------------------------------- 
-<html> 
-<iframe width=100% height="700" src="https://en.wikibooks.org/wiki/Bash_Shell_Scripting" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> 
-</html> <br> 
--------------------------------------------------- 
-Image Link  
--------------------------------------------------- 
-<html><a href="https://bit.ly/2RnTFjg" target="_blank"><img title="Hells Kitchen Roku Channel" 
-style="border: 0px solid ; width: 200px; height: 300px;" 
-alt="Hells Kitchen Roku Channel" 
-src="https://www.gstatic.com/tv/thumb/tvbanners/15685086/p15685086_b_v8_ab.jpg"></a></html> \\ 
--------------------------------------------------- 
-</code> 
-[[https://www.youtube.com/watch?v=jk4FsbaTTwM|How to View All of a Channel's Uploads in a Playlist (Still Works 2018)]]\\ 
-<html><youtube></html>https://www.youtube.com/watch?v=jk4FsbaTTwM<html></youtube></html>\\ 
----------------------------------------------------------\\ 
-**[[start#top|Top]]**\\ 
- 
- 
-<code> 
-Youtube started adding "?disable_polymer=1" to the end  
-of a lot of their urls now. When you're copying a channel  
-code in the url, DON'T INCLUDE THIS EXTRA STRING. Just  
-copy up to the question mark. If the video you're pasting  
-the code onto has the same disable polymer string, then  
-delete it before copying the code.  
-See above video (Replace UC with UU in &list=) 
-</code> 
-[[https://stackoverflow.com/questions/31956221/how-to-disable-auto-play-for-local-video-in-iframe|How to disable auto-play for local video in iframe]] \\ 
-<code> 
-To disable auto-play, 
- 
-<video width="560" height="315" controls> 
-    <source src="https://bit.ly/2QOWYzu" type="video/mp4"> 
-</video><br> 
- 
-To enable auto-play, 
- 
-<video width="320" height="240" controls autoplay> 
-    <source src="videos/example.mp4" type="video/mp4"> 
-</video> 
-</code> 
- 
----------------------------------------------------------\\ 
  
 ===== - Create a desktop icon to start a program ===== ===== - Create a desktop icon to start a program =====
QR Code
QR Code the_linux_kernel_documentation (generated for current page)