Closed
Description
Since some versions there is a problem that iFrames are escaped in the output and the iframe is not visible. Before 10.4.18 i think it was working fine. Not the problem is that the youtube plugin for the RTE isn't working anymore.
Version is 10.4.21 (Composer latest version)
<p><iframe allowfullscreen frameborder="0" height="360"
src="https://www.youtube.com/embed/fUEHlY8" width="640"></iframe></p>
So i have checked not a lot of tutorials and tested now over 2 hours all solutions.
In the Site TS-Config i have tested a low of things.
RTE.default.proc {
allowTags := addToList(object,param,embed,iframe)
allowTagsOutside := addToList(object,embed,iframe)
entryHTMLparser_db.allowTags < .allowTags
}
But nothing is working anymore. Is there a solution or a fix to solve the Problem? Do i miss something?