How can i embed youtube videos to sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i embed youtube videos to sololearn

Embedding

1st Oct 2019, 5:31 PM
Nife Feranmi
4 Answers
+ 3
Maybe using the iframe tag?
1st Oct 2019, 6:03 PM
๐Ÿ‡ Alex Tuศ™inean ๐Ÿ’œ
๐Ÿ‡ Alex Tuศ™inean ๐Ÿ’œ - avatar
+ 3
Was thinking of that or <video> tag ๐Ÿ’œ Alex Tusinean ๐Ÿ‡ Nife Feranmi
1st Oct 2019, 7:51 PM
Minerals2016
Minerals2016 - avatar
0
if you're in desktop, there's an embed option in share menu. you can copy paste the code they're providing. in mobile device, idk i'm pretty sure there are some services that help you generate the code. just google youtube embed
1st Oct 2019, 6:26 PM
Taste
Taste - avatar
0
Try: <iframe height="150" width="300" src="YOUR LINK HERE" allowfullscreen frameborder="0"></iframe>
2nd Oct 2019, 1:11 AM
Henri Mongeau
Henri Mongeau - avatar