When I put the embed code for a YouTube video in the body field to post, it returns this (from looking at the page source in the browser) and only shows the code in the post:
<object width=“425” height=“350”></param></param><embed src=“http://www.youtube.com/v/IYRIBlSDu7U” type=“application/x-shockwave-flash” wmode=“transparent” width=“425” height=“350”></embed></object>
<div class=“posted”>
When I do this for my other site it works fine and this is what the page source view looks like:
<object width=“425” height=“350”></param></param><embed src=“http://www.youtube.com/v/xmvxSlHuXn8” type=“application/x-shockwave-flash” wmode=“transparent” width=“425” height=“350”></embed></object>
<div class=“posted”>
Any ideas how to fix this? Thanks all!