PHPackages                             in2code/fetchurl - 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. in2code/fetchurl

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

in2code/fetchurl
================

Fetch an url and show the content in a TYPO3 Frontend.

6.0.1(10mo ago)222.6k↓41.7%4GPL-3.0PHPPHP &gt;=8.1.0

Since May 23Pushed 10mo ago8 watchersCompare

[ Source](https://github.com/in2code-de/fetchurl)[ Packagist](https://packagist.org/packages/in2code/fetchurl)[ Docs](https://github.com/in2code-de/fetchurl)[ RSS](/packages/in2code-fetchurl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (29)Used By (0)

TYPO3 Extension fetchurl
========================

[](#typo3-extension-fetchurl)

Purpose
-------

[](#purpose)

The task of this extension is to fetch an URL from the internet and display it on a website.

Features
--------

[](#features)

- The fetched URLs can be display inline or as an iframe.
- If the URLs is displayed in an iframe, it is possible to activate an "IFrame-Switch" to ensure privacy

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

[](#installation)

### via composer

[](#via-composer)

`composer require in2code/fetchurl`

### via the TYPO3 Extension Manager

[](#via-the-typo3-extension-manager)

- go to the TYPO3 Module "Admin Tools" =&gt; "Extensions"
- search for "fetchurl"
- import and activate the extension

or

- download the extension from
- go to the TYPO3 Module "Admin Tools" =&gt; "Extensions"
- upload the extension (if it's already installed, set the checkmark for "overwrite")
- activate the extension

Configuration
-------------

[](#configuration)

### Templating

[](#templating)

Copy the folder contents from EXT:fetchurl/Resources/Private/Templates/ to any location and set the new path via TypoScript setup:

```
plugin.tx_fetchurl {
	view {
		templateRootPaths.1 = EXT:myextension/Resources/Private/Templates/Fetchurl/
	}
}

```

### Activate Features

[](#activate-features)

Activate the iframe switch and link to your privacy page

```
plugin.tx_fetchurl_pi1 {
    settings {
        useIframeSwitch = 1 //
