SFML community forums

General => SFML website => Topic started by: Grundkurs on February 16, 2017, 01:24:18 pm

Title: How to embed Youtube Videos in Forum Posts?
Post by: Grundkurs on February 16, 2017, 01:24:18 pm
Hello There!
I cant figure out how to embed a youtube-video into a forum post.
For example:
i tried [YT]QiSgmamUSVw[/YT]
or [youtube: QiSgmamUSVw]
or [youtube]https://www.youtube.com/watch?v=QiSgmamUSVw[/youtube]
or [youtube]QiSgmamUSVw[/youtube]

but non of it works in the preview. However i saw multiple forum posts with embeded youtube videos. What did i miss?
Greetings
Title: Re: How to embed Youtube Videos in Forum Posts?
Post by: Laurent on February 16, 2017, 01:27:47 pm
Just post the link, without any surrounding tag. The trick is to use the HTTP URL, not HTTPS.

http://www.youtube.com/watch?v=QiSgmamUSVw
Title: Re: How to embed Youtube Videos in Forum Posts?
Post by: Grundkurs on February 16, 2017, 01:33:52 pm
ommitting the "s" in http did the trick, thanks a lot!