pdir / social-feed-bundle
Contao CMS 的社交动态扩展
2.13.4
2024-08-21 06:36 UTC
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: ^3.2
- 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.4
- 2.13.3
- 2.13.2
- 2.13.1
- 2.13.0
- 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-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-08-30 15:40:45 UTC
README
提示
社交动态+ 版本
关于免费版
社交动态扩展显示来自最受欢迎的社交网络的用户动态(Facebook、Instagram、X(前身为Twitter)和LinkedIn)。帖子直接写入数据库,创建为新闻,然后可以使用新闻列表模块类型在网站上显示。自2.5.0版本起,Instagram新闻档案中的帖子审核功能可用。
德语
社交动态扩展显示来自最受欢迎的社交网络的动态。目前支持Facebook、Instagram、X(前身为Twitter)和LinkedIn,未来还将支持更多渠道。帖子将直接写入数据库,作为新闻创建,然后可以使用消息列表模块类型在网页上显示。自2.5.0版本起,您可以直接在新闻档案中选择Instagram帖子并决定哪些帖子需要导入。
您可以通过在 contao-themes.net 购买特殊套餐或捐赠开发时间来支持我们主题和扩展的进一步开发。
屏幕截图
系统要求
- Contao 4.3 或更高版本
安装与配置
命令
php vendor/bin/contao-console linkedin:import
php vendor/bin/contao-console linkedin:import -d true -m 30
演示
依赖项
许可证
GNU Lesser General Public License v3.0 Font Awesome Free License
请参阅包根目录中的LICENSE文件。
开发与拉取请求
在向包提交拉取请求之前,运行PHP-CS-Fixer和单元测试。
vendor/bin/ecs check src tests --ansi
vendor/bin/phpunit
vendor/bin/phpstan analyse --no-progress --ansi