What's new

How to put direct video links

Jacob_Smith

Bronze Member
Joined
Mar 8, 2017
Messages
274
I have seen some people to put direct links to youtube videos instead of just putting url.
I just dont know how to do it and I would like to know how to do it. So if you know how to put direct links to videos then please reply :D
 

Deluca

Donator
Joined
Jul 13, 2016
Messages
136
Hey there Jacob! :)

This is the BBCode you're looking for:
Code:
[youtube]link the youtube video here[/MEDIA]

However, there can be times when it wll display something like below (Ignore the code bbcode)
Code:
[MEDIA=youtube]Jisy6_MeLwY[/MEDIA]
Either that or the video window will appear, but it will refuse to dislay a proper title, the thumbnail and so on. This can be caused by the "s" in the start of the link "https://" so in order to avoid that is simply by removing the s as it is a security filter, so the corrected would be "http://"

I hope this answered your question :)
 
Top