« Helping each other Forum

how do I put a Youtube video on my page?

Hiiii. I'm trying to do up my profile.

I've seen people have Youtube videos on their page. 
Also in their information like 𝔥𝔢𝔯𝔬𝔰 ive seen people post gifs and stuff... how do you do that?


thankuuuu to anyone that helps me :)


Report Topic

2 Replies

Sort Replies:

Reply by ✩Beelzebub✩

posted
updated

i know for gifs you can do in your about me box:

 /* <img src = " URL OF YOUR PHOTO/GIF "> */ (except dont do the "/*"s, that makes it a comment and not functional code)

not 100% sure abt youtube vids tho sorry!


Permalink Report Reply

Reply by rococo strawberry

posted

for videos just copy and paste this:

<iframe width="640" height="360" src="https://www.youtube.com/embed/VIDEO CODE//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy"></iframe>


how to make this work:


this is a youtube link "https://www.youtube.com/watch?v=aQMKAZpcynA" you will copy the part after = (the bold one), so you go to the html i gave you and paste where i wrote VIDEO CODE.

using this link for example this will be like this:

<iframe width="640" height="360" src="https://www.youtube.com/embed/aQMKAZpcynA//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy"></iframe>


if you still have any questions you can ask me! :)


Permalink Report Reply