[TYPO3-english] Youtube in RTE (tt_news)

Ulrich Lorenz PHZ Luzern lorenz.ulrich at phz.ch
Wed Apr 7 21:41:16 CEST 2010


Hi there

Instead of editing the source I would recommend to use rgmediaimages/rgmediaimagesttnews. Then you have a field "external videos" in content/tt_news record where you can insert the link to the Youtube-video. This is more editor-friendly.


Best regards,


Lorenz


-----Ursprüngliche Nachricht-----
Von: typo3-english-bounces at lists.typo3.org im Auftrag von Jan Bednarik
Gesendet: Mi 07.04.2010 21:07
An: typo3-english at lists.typo3.org
Betreff: [TYPO3-english]  Youtube in RTE (tt_news)
 
Hi folks,

I've added object, embed and param tag to list of allowed tags for RTE:

RTE.default.proc {
   # Allow embed (Youtube) HTML tags in the RTE
   allowTags := addToList(object,param,embed)
   allowTagsOutside := addToList(object,embed)
   entryHTMLparser_db.allowTags < RTE.default.proc.allowTags
}

but the problem is that it doesn't work. When I edit in RTE, I switch to 
source code edit (<>) and paste the flash code. When I save, RTE shows 
it OK, but in FE (in tt_news single view) I see source code (< and > are 
encoded). Any ideas?

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list