I'm using the Blog site template and creating a blog post and I getthe "HTML Source" icon that lets me enter HTML as text.Is there a way to get it to take an embed object like a YouTube clip?
If you can enter HTML, then you should be able to use an iframe, or an embedtag, or anything else you can think of.
The YouTube page gives you the code. It looks like this:<object width="425" height="344"><param name="movie"value="http://www.youtube.com/v/8P9QlojtrWs&hl=en&fs=1" target="_blank" rel="nofollow">http://www.youtube.com/v/8P9QlojtrWs&hl=en&fs=1"></param><paramname="allowFullScreen" value="true"></param><embedsrc="http://www.youtube.com/v/8P9QlojtrWs&hl=en&fs=1" target="_blank" rel="nofollow">http://www.youtube.com/v/8P9QlojtrWs&hl=en&fs=1"type="application/x-shockwave-flash" allowfullscreen="true"width="425" height="344"></embed></object>When I add that to the Source Editor on the edit page of the blogpost, it just eats it and converts the whole thing to:<DIV class=ExternalClass99B8906E0816478CA6ACCBBE05A7AE94></DIV>Which shows up as nothing.
Sorry, but yes that is what happens. The rich text editor working ina blog filters out objects. It only allows basic things likehyperlinks and images.It would be interesting to try creating the post with an object in atool which can upload the post through the API (like Word 2007) andsee if that works.