pdir/social-feed-bundle

Social feed extension for Contao CMS

Maintainers

👁 MDevster

Package info

github.com/pdir/social-feed-bundle

Homepage

Documentation

Type:contao-bundle

pkg:composer/pdir/social-feed-bundle

Fund package maintenance!

Patreon

Corporate

Statistics

Installs: 15 653

Dependents: 0

Suggesters: 6

Stars: 14

Open Issues: 22

2.14.3 2026-03-20 12:22 UTC

Suggests

  • contao-themes-net/mate-theme-bundle: MATE Theme includes all styles for social feed bundle. / MATE Theme enthält Stylesheets für das Social Feed Bundle.
  • contao-themes-net/nature-theme-bundle: NATURE Theme includes all styles for social feed bundle. / NATURE Theme enthält Stylesheets für das Social Feed Bundle.
  • contao-themes-net/odd-theme-bundle: ODD Theme includes all styles for social feed bundle. / ODD Theme enthält Stylesheets für das Social Feed Bundle.
  • contao-themes-net/zero-one-theme-bundle: Show a social feed in the 0.1 Theme. / Zeige einen Social Feed im 0.1 Theme an.
  • pdir/social-feed-plus-bundle: Publish news, events or regular pages on all available social media channels at once or do this manually with one click / News, Events oder regulären Seiten auf allen verfügbaren Social Media Kanälen auf einmal veröffentlichen oder dies manuell mit einem Klick tun.

Provides

None

Conflicts

Replaces

None


README

👁 Latest Stable Version
👁 Total Downloads
👁 License

Tip

Social Feed+ version

👁 Social Feed Plus
With the paid Social Feed+ version, you can publish your news, events or regular pages to all available social media channels at once or do it manually with one click. Use Contao's own on-board tools to schedule your posts for Facebook, X ehemals Twitter, Instagram or LinkedIn and publish them automatically to all connected channels 10 minutes after publishing the news, event or a subpage.
Screenshots
Kaufen

About the free version

The Social Feed Extension shows a user feed from the most popular social networks (Facebook, Instagram, X formerly known as Twitter and LinkedIn). The posts are written directly into the database, created as news and can then displayed on the website using the module type news list. Since version 2.5.0 modaration of posts in news archive for instagram is available.

Deutsch

Die Social Feed Erweiterung zeigt einen Feed aus den beliebtesten sozialen Netzwerken an. Zurzeit werden Facebook, Instagram, X ehemals Twitter und LinkedIn unterstützt, weitere Kanäle folgen in Zukunft. Die Posts werden direkt in die Datenbank geschrieben, als News angelegt und können anschließend mit dem Modultyp Nachrichtenliste auf der Webseite angezeigt werden. Seit Version 2.5.0 kannst du Instagram Beiträge direkt im News Archiv auswählen und entscheiden welche Beiträge importiert werden sollen.

Auf contao-themes.net können Sie die Weiterentwicklung unserer Themes und Erweiterungen durch das Kaufen von speziellen Paketen oder das Spenden von Entwicklungsstunden unterstützen.

Screenshot

👁 Social Feed Stream Example

👁 Moderate Instagram Example

System requirements

Installation & Configuration

Commands

php vendor/bin/contao-console linkedin:import
php vendor/bin/contao-console linkedin:import -d true -m 30

Demo

Dependencies

License

GNU Lesser General Public License v3.0 Font Awesome Free License

See LICENSE files in package root.

Developing & Pull Request

Run the PHP-CS-Fixer and the unit tests before you make a pull request to the bundle:

vendor/bin/ecs check src tests --ansi
vendor/bin/phpunit
vendor/bin/phpstan analyse --no-progress --ansi