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: Select all
http://www.youtube.com/watch?feature=player_embedded&v=ZLwPACAhEW8
You need to trim out this:
- Code: Select all
feature=player_embedded
To get this:
- Code: Select all
http://www.youtube.com/watch?v=ZLwPACAhEW8
And do this with it:
- Code: Select all
[youtube]http://www.youtube.com/watch?v=ZLwPACAhEW8[/youtube]