jtsternberg / DsgnWrks-Instagram-Importer

Backup your instagram photos & display your instagram archive. Supports importing to custom post-types & adding custom taxonomies.
http://wordpress.org/extend/plugins/dsgnwrks-instagram-importer/
33 stars 17 forks source link

Import carousel posts from Instagram #43

Closed nfriedly closed 5 years ago

nfriedly commented 6 years ago

Right now this importer skips over carousel posts entirely. #42 partially fixes this by making it not skip it and at least import the cover photo and link.

I'm working on a followup PR that handles that + imports all of the media, but I'm not sure what the best way to display the media is.

Creating a WP gallery makes sense if it's all photos, but they don't seem to support videos, so they would need to go somewhere. The built-in video metadata only allows for a single video, so it wouldn't capture everything if the carousel has more than one video.

Any suggestions?