Ok gents, I've enabled YouTube videos. The way you do it is a little different from other forums, though. Instead of pasting in the full <embed> code from YouTube (which this software does not allow), I've created a special [youtube] "bbcode" - this forum's term for a special tag. All you need is the YouTube URL of the video in question. For example, say you like the video from the following URL:
All you have to do is copy and paste it inside the [youtube] bbcode, typing it like this in the message editor. There's even a "youtube" button in the editor now.
And it should show up like this:
[youtube]http://www.youtube.com/watch?v=_XgfNvLUGl0[/youtube]
You won't be able to change the embed format details like size, colors, etc. You'll survive. :teasing-neener:
Note that it's essential that the URL be of the form above, without any other "&...=..." stuff after the "watch?v=..." The only URL argument that can be included in the address is "?v=...", otherwise it won't work. That is, if you have:
then you need to shorten what you copy to just:
And of course, this only works for YouTube, not other video sites. We can add more of these special tags, but we have to do it on a case-by-case basis. It's good because it prevents people from posting in stuff that f's up the forum page layout, but bad because it requires a little more work to get right. That's just the way this software is...
Code:
http://www.youtube.com/watch?v=_XgfNvLUGl0
All you have to do is copy and paste it inside the [youtube] bbcode, typing it like this in the message editor. There's even a "youtube" button in the editor now.
Code:
[youtube]http://www.youtube.com/watch?v=_XgfNvLUGl0[/youtube]
And it should show up like this:
[youtube]http://www.youtube.com/watch?v=_XgfNvLUGl0[/youtube]
You won't be able to change the embed format details like size, colors, etc. You'll survive. :teasing-neener:
Note that it's essential that the URL be of the form above, without any other "&...=..." stuff after the "watch?v=..." The only URL argument that can be included in the address is "?v=...", otherwise it won't work. That is, if you have:
Code:
http://www.youtube.com/watch?v=FQqJQxKFACI&feature=related
then you need to shorten what you copy to just:
Code:
http://www.youtube.com/watch?v=FQqJQxKFACI
And of course, this only works for YouTube, not other video sites. We can add more of these special tags, but we have to do it on a case-by-case basis. It's good because it prevents people from posting in stuff that f's up the forum page layout, but bad because it requires a little more work to get right. That's just the way this software is...