Installation
Requirements
- TYPO3 v12.4, v13.4 or v14.4
- PHP 8.1 or higher (TYPO3 v14 requires PHP 8.3 or higher)
Setup
Follow the steps below to set up the fp_social extension correctly.
-
Install the extension in your TYPO3 instance:
-
Composer (recommended): Require the extension via Composer:
composer require fixpunkt/fp-socialCopied! - Classic: Install the extension
fp_socialfrom the TYPO3 Extension Repository (TER) via the Extensions backend module.
-
-
Load the TypoScript configuration:
-
TYPO3 v13 and v14 (recommended): Assign the site set Social Wall (
fixpunkt/fp-social) to your site. In the backend open Site Management > Sites, edit your site and add the set on the Sets tab, or declare it as a dependency in your site configuration:config/sites/<my-site>/config.yamldependencies: - fixpunkt/fp-socialCopied! - TYPO3 v12 (classic): Add the static template Social Wall
(
fp_social) to your TypoScript template record.
-
- Set the TypoScript constants
plugin.tx_fpsocial.persistence.storagePidandmodule.tx_fpsocial.persistence.storagePid. - Create your first access and social media account.
- Create a Scheduler Task so that the stored social media accounts are synchronized automatically.