Hunter's How To's - Embedding Youtube Videos

The forums have a new BB code that allows a user to embed youtube videos into posts with a specific youtube tag. Here's what the code looks like:
Make sure that unnecesary parts of the URL are chopped off, so if you get a URL like this:
http://www.youtube.com/watch?v=wd2Eyumtj4s&feature=related
...then chop of the "&feature" and everything after it, so you have:
http://www.youtube.com/watch?v=wd2Eyumtj4s
And there's our dedicated youtube code! The old flash code we used before is not depricated because it can still be used to post flash files to the forum, such as in the Click the Squares thread.
- Code: Select all
[Youtube=youtube URL here][/Youtube]
Make sure that unnecesary parts of the URL are chopped off, so if you get a URL like this:
http://www.youtube.com/watch?v=wd2Eyumtj4s&feature=related
...then chop of the "&feature" and everything after it, so you have:
http://www.youtube.com/watch?v=wd2Eyumtj4s
And there's our dedicated youtube code! The old flash code we used before is not depricated because it can still be used to post flash files to the forum, such as in the Click the Squares thread.
- Code: Select all
[Youtube=http://www.youtube.com/watch?v=wd2Eyumtj4s][/Youtube]