I’d like to post my Instagram photos to my WordPress blog.
I cannot use one of the many existing Instagram plugins, though, because those plugins simply post the images on my blog but they are still hosted by Instagram. I’d like this to be a batch process that will actually upload the Instagram photo to my WordPress media library and then post it.
In summary: How do I automatically upload and post Instagram photos to my WordPress blog (not via a sidebar widget)?
You’ll probably have to do your own integration, but here’s how I would approach it:
/users/self/feed
methodIf you want this to work as a WordPress gallery, you could assign a specific post ID to
media_sideload_image
and then include a gallery on that post.It seems pretty straightforward. Check out the API documentation for self/feed: http://instagram.com/developer/endpoints/users/