You can create a custom BBCode to embed a YouTube style when used.
AdminCP >> Custom BB Codes >> Manager >> Create new BBCode
Title: YouTube
BBCode Tag Name: youtube
HTML Replacement:
Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
Example:
Code:
[youtube]JFwCCL0Vh6U[/youtube]
Description: Embed YouTube videos with this. To embed a video, take the video parameter (JFwCCL0Vh6U) and put it inside youtube tags.