﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
16663	YouTube oEmbed code invalid, therefore not showing mobile version.	hotforwords	hotforwords	"The YouTube oEmbed code is giving incorrect code and as a result the mobile version of the resulting embed is not showing. 

The resulting Object that is embedded is putting in a '''/e/''' in the URL when it's supposed to be putting in a '''/v/'''

For example, when I put the following URL into a post: 

{{{
http://www.youtube.com/watch?v=H6m0EPQOKPw
}}}
 
the resulting current '''incorrect''' embed code created is:

{{{
<object width=""655"" height=""398"">
<param name=""movie"" value=""http://www.youtube.com/e/H6m0EPQOKPw""></param><param name=""allowFullScreen"" value=""true""></param><param name=""allowscriptaccess"" value=""always""></param><embed src=""http://www.youtube.com/e/H6m0EPQOKPw"" type=""application/x-shockwave-flash"" width=""655"" height=""398"" allowscriptaccess=""always"" allowfullscreen=""true""></embed></object>
}}}

Note the '''/e/''' after the '''www.youtube.com''' that is repeated twice.

{{{
value=""http://www.youtube.com/e/H6m0EPQOKPw""
}}}

The embed code should be:

{{{
<object width=""655"" height=""398"">
<param name=""movie"" value=""http://www.youtube.com/v/H6m0EPQOKPw""></param><param name=""allowFullScreen"" value=""true""></param><param name=""allowscriptaccess"" value=""always""></param><embed src=""http://www.youtube.com/v/H6m0EPQOKPw"" type=""application/x-shockwave-flash"" width=""655"" height=""398"" allowscriptaccess=""always"" allowfullscreen=""true""></embed></object>
}}}

With '''/v/''' being inserted in the two URLs not '''/e/'''
"	defect (bug)	closed	normal		Media	3.1	normal	invalid		
