WP 2.7 breaks the embeded youtube code – Video not showing
-
Does anyone know why WP 2.7 “destroys” the embeded youtube code? when i swtich from html mode to visual mode it messes around with the code and when i publish the post the video wont show
The original HTML code from youtube website is:
<object width=”480″ height=”295″><param name=”movie” value=”https://www.youtube.com/v/taPg5q6wC0g&hl=en&fs=1&rel=0″></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”https://www.youtube.com/v/taPg5q6wC0g&hl=en&fs=1&rel=0″ type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”480″ height=”295″></embed></object>
and the code when i swotch to VISUAL mode gets to this:
<object width=”480″ height=”295″ data=”https://www.youtube.com/v/taPg5q6wC0g&hl=en&fs=1&rel=0″ type=”application/x-shockwave-flash”><param name=”allowFullScreen” value=”true” /><param name=”allowscriptaccess” value=”always” /><param name=”src” value=”https://www.youtube.com/v/taPg5q6wC0g&hl=en&fs=1&rel=0″ /><param name=”allowfullscreen” value=”true” /></object>
Anyone know how to fix his? its REALLY annoying
- The topic ‘WP 2.7 breaks the embeded youtube code – Video not showing’ is closed to new replies.