Iframecache

Extension key

iframecache

Package name

jweiland/iframecache

Version

main

Language

en

Author

Stefan Froemken

License

This document is published under the Creative Commons BY 4.0 license.

Rendered

Wed, 10 Sep 2025 09:41:59 +0000


With iframecache you can implement a little forum to your TYPO3 page.


Table of Contents:

Introduction

What does it do?

Because of GDPR it is not allowed to initiate requests to third-party websites without confirmation of the website visitor.

With iframecache you can create an iframe box and the webserver gets the content of the third-party content and tries to download and replace all foreign links to local links.

Users Manual

Insert Content Element on Page

  1. Create page

    First all all you need a page where you can add the iframecache content element.

  2. Add content element

    Switch to page module, choose your newly created page in pagetree. Click the "+ content" button to start the Content Element Wizard. Switch to tab Special Elements and click on panel with name IFrame Cache to add the content element to the page.

  3. Configure Content Element

    Chose IFrame and insert an URL to the input field below

4 Save

Don't forget to save your record.

Installation

Composer

If your TYPO3 installation works in composer mode, please execute following command:

composer req jweiland/iframecache
vendor/bin/typo3 extension:setup --extension=iframecache
Copied!

If you work with DDEV please execute this command:

ddev composer req jweiland/iframecache
ddev exec vendor/bin/typo3 extension:setup --extension=iframecache
Copied!

ExtensionManager

On non composer based TYPO3 installations you can install iframecache still over the ExtensionManager:

  1. Login

    Login to backend of your TYPO3 installation as an administrator or system maintainer.

  2. Open ExtensionManager

    Click on Extensions from the left menu to open the ExtensionManager.

  3. Update Extensions

    Choose Get Extensions from the upper selectbox and click on the Update now button at the upper right.

  4. Install iframecache

    Use the search field to find iframecache. Choose the iframecache line from the search result and click on the cloud icon to install iframecache.

ChangeLog

Version 1.0.0

  • Remove TYPO3 8.7 compatibility
  • Remove TYPO3 9.5 compatibility
  • Add TYPO3 10.4 compatibility
  • Add TYPO3 11.5 compatibility

Version 0.0.1

  • Initial release

Index