ckeditor_html_embed
3,165 sites
Security covered
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.