0
How to add videos in web page of sololearn
I cannot be able to add videos in sololearn
4 Respuestas
+ 2
link your code so we can check on it.
+ 1
Just long press on Youtube video and copy embed code and use in your code.
+ 1
If you want to add youtube video you need a embed link of that youtuve video. Or if you want to add your own video then you have to add video tag and inside that tah you have to put your video url and video type. Also dont forget to add controld attribute otherwise your video Won't start.
+ 1
You can add this code inside the body tag of your HTML. Hope it works.
<iframe width="420" height="345" src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=1&mute=1">
</iframe>