Youtube has changed some things with their URLs making it harder to embed videos here. Well, there is a way around that.
If you press the "Youtube" link on the bottom of a youtube video embedded in a web site, you will get taken to youtube. The URL you will find there in your browser doesn't work for embedding videos here. That URL looks like this:
[code]http://www.youtube.com/watch?feature=player_embedded&v=ZLwPACAhEW8[/code]
You need to trim out this:
[code]feature=player_embedded[/code]
To get this:
[code]http://www.youtube.com/watch?v=ZLwPACAhEW8[/code]
And do this with it:
[code][youtube]http://www.youtube.com/watch?v=ZLwPACAhEW8[/youtube][/code]