This Bundles allows you to load social data from different networks like Facebook, Instagram or Youtube.
- Pimcore >= 6.6.0
"require" : {
"dachcom-digital/social-data" : "~1.0.0",
}
After you have installed the Social Data Bundle via composer, open pimcore backend and go to Tools
=> Extension
:
- Click the green
+
Button inEnable / Disable
row - Click the green
+
Button inInstall/Uninstall
row
After you have installed the Social Data Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable SocialDataBundle
- Execute:
$ bin/console pimcore:bundle:install SocialDataBundle
After you have updated the Social Data Bundle via composer, open pimcore backend and go to Tools
=> Extension
:
- Click the green
+
Button inUpdate
row
After you have updated the Social Data Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:update SocialDataBundle
Does actually the same as the update command and preferred in CI-Workflow:
- Execute:
$ bin/console pimcore:migrations:migrate -b SocialDataBundle
This Bundle needs some preparation. Please checkout the Setup guide first.
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md
Before updating, please check our upgrade notes!