Next revision | Previous revision |
the_linux_kernel_documentation [2023/03/09 10:17] – created garyrust | the_linux_kernel_documentation [2023/03/09 10:35] (current) – [28. Embed videos & playlists Instructions] garyrust |
---|
su -c "echo 3 >'/proc/sys/vm/drop_caches' && swapoff -a && swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'" root \\ | su -c "echo 3 >'/proc/sys/vm/drop_caches' && swapoff -a && swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'" root \\ |
| |
===== - Learn X in Y minutes ===== | |
**[[start#top|Top]]**\\ | |
https://learnxinyminutes.com/ \\ | |
<html> | |
<iframe width="800" height="400" src="https://learnxinyminutes.com/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | |
</html> \\ | |
| |
**[[start#top|Top]]**\\ | |
https://www.bartleby.com/107/ \\ | |
<html> | |
<iframe width="800" height="400" src="https://www.bartleby.com/107/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | |
</html> \\ | |
| |
**[[start#top|Top]]**\\ | |
**[[https://bookriot.com/2016/09/15/11-websites-find-free-audiobooks-online/|11 WEBSITES TO FIND FREE AUDIOBOOKS ONLINE]]** \\ | |
<html> | |
<iframe width="800" height="800" src="https://bookriot.com/2016/09/15/11-websites-find-free-audiobooks-online/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | |
</html> \\ | |
| |
**[[start#top|Top]]**\\ | |
**[[Books]]** \\ | |
- <html> | |
<a href="http://n6xre.duckdns.org:8000">Zim Library</a> | |
</html> | |
- <html> | |
<a href="../dokuwiki/doku.php?id=blender#blender_manual">Blender 2.82 Reference Manual</a> | |
</html> | |
- <html> | |
<a href="https://wiki.kiwix.org/wiki/Content">Kiwix ZIM Content</a> | |
</html> | |
- <html> | |
<a href="https://wiki.kiwix.org/wiki/Content_in_all_languages">Kiwix ZIM Content in all languages</a> | |
</html> | |
| |
===== - My Gallery ===== | ===== - My Gallery ===== |
</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 ===== |