Each Wall represents a set of feeds. You can add one or more wall and each wall can hold one or more feeds.
Name | Description |
---|---|
name |
Set a Name for your Wall |
Wall Tags |
Set some tags to use them later in your frontend query. |
Data Storage Path |
Add a DataObject-Folder via Drag'n'Drop to define a storage folder. New social posts will be stored there |
Asset Storage Path |
Add a Asset-Folder via Drag'n'Drop to define a storage folder. New social post assets will be stored there |
Statistics |
Get some statistics about wall-related social posts |
Logs |
All related logs will be stored there |
Feeds |
Add at least one feed |
There are two ways to execute the import process.
To dispatch all wall builds at once, use this command:
php bin/console social-data:fetch:social-posts
To dispatch a specific wall build only, use this command (723 would be the wallId):
php bin/console social-data:fetch:social-posts -b 723
On each wall panel you'll find a button in the top right corner: "Dispatch Social Post Import for this Wall"
.
Click on it to execute the build process for this very specific wall only.
Every Feed contains some system fields but also a connector related configuration section.
Name | Description |
---|---|
Feed Tags |
Set some tags to use them later in your frontend query. |
Store Media as Assets |
If checked, the SocialDataBundle will store a poster assets which needs to be pre-populated by each connector (posterUrl ) |
Immediately publish Social Post |
If checked, every new imported post will be published instantly |