[TYPO3-ttnews] Can't add video from youtube.com into single news

Dan Osipov dosipov at phillyburbs.com
Tue Sep 15 19:12:30 CEST 2009


Double check that the object, param, and embed tags are added as allowed 
tags to RTE:

RTE.default.proc.allowTags := addToList(object,param,embed)
RTE.default.proc.entryHTMLparser_db.allowTags := 
addToList(object,param,embed)


Dan Osipov
Calkins Media
http://danosipov.com/blog/

Olga Zhuravleva wrote:
> Can't add video from youtube.com into single news.
> Video is not loaded.
> 
> <object width="425" height="344">
> <param name="movie" value="about:blank" />
> <param name="allowFullScreen" value="true" />
> <param name="allowscriptaccess" value="always" />
> <embed src="http://www.youtube.com/v/aUJ4Ato9uDU&hl=ru&fs=1&"
> type="application/x-shockwave-flash" allowscriptaccess="always"
> allowfullscreen="true" width="425" height="344">
> </embed></object>


More information about the TYPO3-project-tt-news mailing list