bastihilger / nova-tiptap

Laravel Nova Tiptap Field
MIT License
172 stars 61 forks source link

Is there support for Embeds? #17

Closed Jonpolygon closed 4 years ago

Jonpolygon commented 4 years ago

I couldn't see in the documentation or code, but is there a way to add embeds, specifically YouTube?

bastihilger commented 4 years ago

This could be added. I will keep this issue open, but I am not sure when I will find the time. PRs are welcome.

bastihilger commented 4 years ago

@Jonpolygon you can now use the "edit_html" button and then paste in iframes (f.e. the youtube embed) in the HTML view.

Payetus commented 1 year ago

This is not working. Iframe get sanatized

timstats91 commented 1 year ago

This is not working. Iframe get sanatized

This is exactly what I'm trying to do. I want to embed youtube videos and tried via "edit html" but doesn't work. Any chance this could changed/fixed?