PHPackages                             svenjuergens/rte-ckeditor-iframe - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. svenjuergens/rte-ckeditor-iframe

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

svenjuergens/rte-ckeditor-iframe
================================

TYPO3 CKEditor Rich Text Editor: Iframe

1.0.1(3y ago)066GPL-2.0-or-laterPHP

Since Sep 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nordsonne/rte_ckeditor_iframe)[ Packagist](https://packagist.org/packages/svenjuergens/rte-ckeditor-iframe)[ RSS](/packages/svenjuergens-rte-ckeditor-iframe/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

TYPO3 Extension rte\_ckeditor\_iframe
=====================================

[](#typo3-extension-rte_ckeditor_iframe)

A simple extension to integrate [IFrame Dialog](https://ckeditor.com/cke4/addon/iframe) into TYPO3's default editor ckeditor.

Installation
------------

[](#installation)

- `composer require svenjuergens/rte-ckeditor-iframe`
- Install extension via extension manager in the backend

### Set yout RTE Preset in PageTS

[](#set-yout-rte-preset-in-pagets)

```
RTE.default.preset = default+iframes

```

### SET TypoScript

[](#set-typoscript)

```
lib.parseFunc_RTE.externalBlocks := addToList(iframe)

```

### Manuel Insert

[](#manuel-insert)

Add the 2 necessary files to your Default.yaml file (have a look at rte\_ckeditor\_iframe/Configuration/RTE/Default.yaml)

```
imports:
...
  - { resource: "EXT:rte_ckeditor_iframe/Configuration/RTE/Processing.yaml" }
  - { resource: "EXT:rte_ckeditor_iframe/Configuration/RTE/Plugin.yaml" }
```

and then it's important to have the toolbarGroups `insert` active

```
editor:
    toolbarGroups:
      ...
      - { name: insert, groups: [ insert ] }
```

optional remove other buttons from toolbarGroup `insert`:

```
    removeButtons:
        ...
      - Table
      - HorizontalRule
      - SpecialChar
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1299 days

Total

2

Last Release

1173d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20923295?v=4)[Sven Jürgens](/maintainers/SvenJuergens)[@SvenJuergens](https://github.com/SvenJuergens)

---

Top Contributors

[![SvenJuergens](https://avatars.githubusercontent.com/u/20923295?v=4)](https://github.com/SvenJuergens "SvenJuergens (7 commits)")

---

Tags

TYPO3 CMS

### Embed Badge

![Health badge](/badges/svenjuergens-rte-ckeditor-iframe/health.svg)

```
[![Health](https://phpackages.com/badges/svenjuergens-rte-ckeditor-iframe/health.svg)](https://phpackages.com/packages/svenjuergens-rte-ckeditor-iframe)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

65329.4k9](/packages/derhansen-sf-event-mgt)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34628.4k14](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[lochmueller/calendarize

Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize

76161.6k13](/packages/lochmueller-calendarize)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
