Typo3 Snippets: YouTube Iframe in tt_news einbinden

0
Blog is deprecated - Neu blog.nevercodealone.de
Webdesign mit Typo3 aus Duisburg

Webdesign mit Typo3 aus Duisburg

Damit IFrames von YouTube über den RTE in tt_news eingebunden und genutzt werden können sind folgende Einstellungen in den Typo3 Seiteneigenschaften und im Typo3 root Template durchzuführen.

Auf der root-Seite auf Eigenschaften. Unter Ressource in Seiten-TSConfig. Hier trägt man folgende Konfiguration ein.

 

 

TSConfig Einstellungen für die Einbindung von IFrames im RTE Typo3 Backend: RTE.default.proc.allowTags := addToList(iframe,embed,object,param)

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

plugin.tt_news.displaySingle.content_stdWrap.parseFunc {
nonTypoTagStdWrap.encapsLines.nonWrappedTag >
allowTags = script, iframe, param, embed, object, a, abbr, acronym, address, blockquote, b, br, caption, center, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strike, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, u, ul
}

plugin.tt_news.general_stdWrap.parseFunc.allowTags := addToList(iframe,embed,object,param,p)

Einstellung im Typo3 Root Template unter Konstanten für YouTube Iframes unter tt_news: (Das muß einzeilig eingefügt werden)
styles.content.links.allowTags = b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,del,ins,span,h1,h2,h3,h4,h5,h6,address,iframe,object,param,embed

About Author

PHP Kurs und Inhouse Schulungen für Webdevelopment mit Continuous Integration - Clean Coder, Blogger, Autor, Dozent und Senior Webdeveloper www.rolandgolla.de

Leave A Reply

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.