Goal/Idea:
Add support for multiple images or carousel posts within the social media bulk upload CSV template.
Why it matters:
Currently, the social bulk schedule template only supports a single Photo URL column per row. If a marketing team wants to publish a LinkedIn or Instagram carousel post with two or more images, they cannot use the bulk scheduler. Instead, they must manually build each carousel post inside the individual Social Composer.
For teams scheduling weeks or months of content in advance, or for multiple locations with their own social pages, this manual workaround creates a major bottleneck and completely defeats the time-saving purpose of bulk scheduling.
Suggested Solution:
Update the bulk upload framework to accept multiple assets per post. This could be achieved by:
- Allowing a comma-separated list of image links within the existing
Photo URLcolumn (e.g.,image1.jpg, image2.jpg, image3.jpg). - Expanding the standard template to include optional sequential columns like
Photo URL 2,Photo URL 3, etc.