ID:2581570
 
I cannot seem to embed videos on byond. Specifically on my byond hub forums.

After placing an embded code using iframe this appears "IFRAME: https://www.youtube.com/embed/9v-9BBiC0VU"

it appears as (Iframe) youtube link.

Can anyone help with this? Thank you
You'll want to use the youtube: tag, embedding iframes isn't supported on the forums.
youtube:[id]


gives you:

So instead of iframe i replace it with youtube:[id]?
Yes.
Thank you, i keep trying to do it however the video wont appear. its just a blank screen
Are you sure the video in question can be embedded?
This is what i did "
youtube: width="560" height="315" src="www.youtube.com/embed/OFNGb294jzo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></youtube"

Im sure im doing something wrong, i tried multiple different ways but this is one of them
In response to Straw Hat Creations
No, you do not use HTML tags for it. Just "youtube" followed by a colon and the video's ID.
Oh awesome, thank you.