Search found 1 match

by Skiprr
Tue May 20, 2014 8:37 pm
Forum: Test Area
Topic: Test Photo
Replies: 4
Views: 5364

Re: Test Photo

For YouTube videos, there are two things to remember:
  1. Remove the "www" from the URL
  2. Remove extra stuff like "list=" and "feature=" from the URL
Here's the URL you posted:

Code: Select all

http://www.youtube.com/watch?v=EEsh7FJIOPo&list=PLA6E8D13842171336&feature=share&index=37
So first we trim that down to:

Code: Select all

http://youtube.com/watch?v=EEsh7FJIOPo
To embed the video, all you need to do is click on the "youtube" button, which inserts this BBCode tag (can also be typed in manually):

Code: Select all

[youtube][/youtube]
Then paste the shortened URL in between the YouTube tags:

Code: Select all

[youtube]http://youtube.com/watch?v=EEsh7FJIOPo[/youtube]
There you go! The result is:
[youtube][/youtube]

Return to “Test Photo”