pdir / social-feed-bundle
Social feed extension for Contao CMS
Installs: 11 310
Dependents: 0
Suggesters: 6
Security: 0
Stars: 13
Watchers: 4
Forks: 15
Open Issues: 21
Type:contao-bundle
Requires
- php: ^8.0
- ext-json: *
- abraham/twitteroauth: ~4.0
- contao/core-bundle: ^4.13 || ^5.3
- contao/news-bundle: ^4.13 || ^5.3
- doctrine/cache: ^2.1
- doctrine/dbal: ^2.0 || ^3.0
- guzzlehttp/guzzle: 6.0 | ~7.7
- kevinrob/guzzle-cache-middleware: ^5.1
- nickdnk/graph-sdk: ^6.0 || ^7.0
- samoritano/linkedin-api-php-client-v2: ^0.1
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.0
- phpstan/phpstan: ^0.12 || ^1.0
- phpstan/phpstan-phpunit: ^0.12 || ^1.0
- phpstan/phpstan-symfony: ^0.12 || ^1.0
- phpunit/phpunit: ^8.4 || ^9.5
- slam/phpstan-extensions: ^4.0 || ^5.1 || ^6.0
- symfony/phpunit-bridge: ^4.4 || ^5.1
- thecodingmachine/phpstan-strict-rules: ^0.12 || ^1.0
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.
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
- dev-master
- dev-main
- 2.13.6
- 2.13.5
- 2.13.4
- 2.13.3
- 2.13.2
- 2.13.1
- 2.13.0
- 2.12.x-dev
- 2.12.7
- 2.12.6
- 2.12.5
- 2.12.4
- 2.12.3
- 2.12.2
- 2.12.1
- 2.12.0
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- v0.0.8
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3alpha
- v0.0.2alpha
- v0.0.1alpha
- dev-MDevster-patch-1
- dev-feature/use_doctrine_cache2
- dev-contao5
- dev-feature/contao5
- dev-fetchAssoc
- dev-set-autor
- dev-fix_cititcal_errors
- dev-bugfixes
- dev-feature/editorial
- dev-version3.x
This package is auto-updated.
Last update: 2024-11-21 14:40:59 UTC
README
Tip
Social Feed+ version
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
System requirements
- Contao 4.3 or higher
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