I add iFrame to HTML in my RichText TipTap, but it gets removed on save. How can I make it stick?
<iframe src="``https://www.w3schools.com``" title="W3Schools Free Online Web Tutorials">
</iframe>
Hi @BlagoCuljak
Unfortuantely TipTap doesn’t support iframes out of the box so most likely it’s being removed as it’s not a valid element. There is an experimental extension available but not officially supported iFrame Extension | Tiptap Editor Docs
I would suggest to use Umbracos rich text blocks where you could define the properties required and render the iframe in a view Blocks | CMS 16.latest | Umbraco Documentation
1 Like