+ 1
How can i embed youtube videos to sololearn
Embedding
4 Antworten
+ 3
Maybe using the iframe tag?
+ 3
Was thinking of that or <video> tag 💜 Alex Tusinean 🍇 Nife Feranmi
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
0
Try:
<iframe height="150" width="300" src="YOUR LINK HERE" allowfullscreen frameborder="0"></iframe>