Facebook Multi-Image Carousel Post with Card Links + Names

Please add support for multi-image carousel posts on Facebook that allow you to add a name and destination URL per carousel card to match Ayrshare’s functionality:

https://www.ayrshare.com/docs/apis/post/social-networks/facebook#carousel-images

Carousel Images

Post Facebook Carousel images through Ayrshare’s API with thecarouselbody parameter.

Facebook Carousel Post

{  "faceBookOptions": {  "carousel": {  // The URL of the "See More At" button - required  "link": "URL of See More At...",  "items": [  // 2 min, 10 max elements in the array  {  "name": "Image name", // optional  "link": "URL when image clicked", // required  "picture": "URL of image" // required  },  {  "name": "Image name",  "link": "URL when image clicked",  "picture": "URL of image"  }  ]  }  } } 
  • The top-level link parameter is the URL at the end of the carousel.

  • The items is an array of object containing the following values. Minimum 2 elements and max 10 elements in the items array.

  • picture - URL of the carousel image.

  • link - URL when the image is clicked.

  • name - (optional) Image displayed in each image card.

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board
💡

Feature Request

Date

About 1 month ago

Author

Jessica Nurenberg

Subscribe to post

Get notified by email when there are changes.