feat: add Instagram carousel, Reels, and Stories support #191
Reference in New Issue
Block a user
Delete Branch "feature/151-instagram-enhancements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n\n- Carousel: up to 10 images/videos in a single post (3-step container flow)\n- Reels: 9:16 video posts via
media_type=REELS\n- Stories: 24-hour ephemeral image/video posts viamedia_type=STORIES\n- Alt text:alt_textparameter on image containers for accessibility\n- Graceful fallback: single media URL without flags preserves original behavior\n- Refactored:createContainer()andpublishContainer()helpers eliminate curl duplication\n\nCloses #151\n\n## Test plan\n\n- [ ] Single image post still works (regression)\n- [ ] Carousel with 2-10 images creates child containers then publishes\n- [ ] Reels with video URL creates REELS container\n- [ ] Stories with image/video creates STORIES container\n- [ ] Alt text attached to image containers\n- [ ] More than 10 media items are silently capped at 10