CKEditor5 HTML Embed
3,467 sites
Security covered
This module enables the CKEditor5 HTML Embed feature, allowing users to insert arbitrary HTML snippets like scripts, iframes, audio, video, and other custom HTML content directly into the editor. This provides greater flexibility for content creators to embed various types of rich media and interactive elements.
This module allows embedding arbitrary HTML snippets in the editor by enabling CKEditor5's HTML Embed feature.
From CKEditor's documentation:
Some examples of content that can be embedded thanks to the HTML embed feature:
- Analytics code (that usually require embedding
<script>elements).- Social page widgets (that also require embedding
<script>elements).- Content embeddable by
<iframe>elements.- HTML media elements such as
<audio>and<video>.- HTML snippets produced by external tools (for example, reports or charts).
- Interactive content that requires a combination of rich HTML and scripts.
This module only supports CKEditor5.
Intsallation
- Install & enable the module
- Open Administration > Configuration > Content authoring >Text formats and editors (admin/config/content/formats)
- Edit a text format's settings, like Full HTML
- Drag n Drop the EmbedHTML to the toolbar to show it to the editors
- Save.