marekskopal/typo3-instafeed

Basic instagram feed plugin for TYPO3 CMS

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

pkg:composer/marekskopal/typo3-instafeed

v3.0.0 2026-01-27 20:08 UTC

This package is auto-updated.

Last update: 2026-01-27 20:09:34 UTC


README

Displays Instagram posts as a content element in TYPO3.

Requirements

  • TYPO3 13.4 or 14.x
  • Instagram Graph API access token

Installation

Install via Composer:

composer require marekskopal/typo3-instafeed

Configuration

Instagram API Token

You need a valid Instagram Graph API access token. To obtain one:

  1. Create a Facebook Developer account at https://developers.facebook.com
  2. Create a new app and add the Instagram Graph API product
  3. Generate a long-lived access token

TypoScript Setup

Include the TypoScript Set "Instafeed" in your site configuration, then configure the access token:

plugin.tx_msinstafeed.settings.accessToken = YOUR_ACCESS_TOKEN

Available Settings

Setting Default Description
settings.accessToken - Instagram Graph API access token (required)
settings.list.limit 6 Number of posts to display
view.templateRootPath EXT:ms_instafeed/Resources/Private/Templates/ Path to templates
view.partialRootPath EXT:ms_instafeed/Resources/Private/Partials/ Path to partials
view.layoutRootPath EXT:ms_instafeed/Resources/Private/Layouts/ Path to layouts

Usage

Add the "Instafeed" content element to your page. The plugin will fetch and cache Instagram posts for 24 hours.

License

GPL-2.0-or-later