we have added a custom bbcode that allows you to embed videos from youtube into posts. All you need is the video id, not the entire url,
for example, this is a link to a Bad Religion live performance of "No Control"
http://www.youtube.com/watch?v=Ofl8-c9nmK0
The ID for that video is Ofl8-c9nmK0 and the easiest way to find it is to click on "more" in the video description and that will show the url with ID. The info is also in the "embed" html but it is more difficult to pull it out of there.
To embed it you would use the following code
At the moment this only does youtube videos and not ones from other sites.
for example, this is a link to a Bad Religion live performance of "No Control"
http://www.youtube.com/watch?v=Ofl8-c9nmK0
The ID for that video is Ofl8-c9nmK0 and the easiest way to find it is to click on "more" in the video description and that will show the url with ID. The info is also in the "embed" html but it is more difficult to pull it out of there.
To embed it you would use the following code
CODE
[youtube]Ofl8-c9nmK0[/youtube]
At the moment this only does youtube videos and not ones from other sites.