refresj/facebook-socialplugins

Facebook Social Plugins - All Social Plugins from Facebook (https://developers.facebook.com/docs/plugins/)

Maintainers

Package info

github.com/NitinParri/facebook_socialplugins

Type:typo3-cms-extension

pkg:composer/refresj/facebook-socialplugins

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

14.3.0 2026-06-16 19:59 UTC

This package is auto-updated.

Last update: 2026-06-16 20:04:20 UTC


README

Donate TYPO3 Repo Latest Stable version

TYPO3 extension that integrates Facebook Social Plugins as a content element with full configuration.

Requirements

  • TYPO3 14.3+
  • PHP 8.5+

Plugins

The extension provides a plugin that supports four Facebook Social Plugins:

  • Share Button — Share any URL or the current page
  • Page Plugin — Embed a Facebook page with configurable tabs, dimensions and display options
  • Embedded Post — Embed a public Facebook post
  • Embedded Video / Live Video Player — Embed a Facebook video or live stream

Installation

Install via Composer:

composer require refresj/facebook-socialplugins

Add the Site Set to your site configuration (config/sites/<your-site>/config.yaml):

dependencies:
    - refresj/facebook-socialplugins

Or add it as a dependency of your own Site Set.

Configuration

Settings are managed via Sites → Setup → Gear icon button (bottom right of your site) under the Facebook Social Plugins category.

Setting Description Default
appId Facebook App ID — create one at developers.facebook.com (empty)
locale SDK locale, e.g. nl_NL, en_US, de_DE en_US

These can also be set directly in TypoScript:

plugin.tx_facebooksocialplugins.settings {
    appId  = your-app-id
    locale = nl_NL
}

Facebook JavaScript SDK

The SDK is loaded automatically via TYPO3's AssetCollector. When multiple Facebook Social Plugin content elements are placed on the same page, the SDK is only loaded once.

The SDK version used is v25.0 (current stable).

Languages

The backend labels are available in English and Dutch. Translation files are located in Resources/Private/Language/.

License

GPL-2.0-or-later