YouTube: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:


[[Category:Social Media]]
[[Category:Social Media]]
==Embedding Youtube in the Wiki==
<nowiki>
<html>
<iframe width="560" height="315" src="
https://www.youtube.com/embed/NWRtvaJ8iHo
" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
</html>
</nowiki>

Revision as of 21:08, 2 March 2019

OSE YouTube channel is OpenSourceEcology: https://YouTube.com/user/OpenSourceEcology

Adding Annotations and Links

Google Support

Embedding Youtube in the Wiki


<html>
<iframe width="560" height="315" src="
https://www.youtube.com/embed/NWRtvaJ8iHo
" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
</html>