mikefowler / instajam

Instajam is a JavaScript wrapper for the Instagram API. You provide the access token, we provide the jam. Or whatever.
http://mikefowler.github.io/instajam
MIT License
132 stars 33 forks source link

Possible to display photos from multiple accounts? #2

Closed dryke-chris closed 10 years ago

dryke-chris commented 10 years ago

I have a client uses has an Instagram feed on the front page of their web site and now wants to be able to feed photos from multiple Instagram users. Is this possible?

mikefowler commented 10 years ago

Hey @chrisdryke, currently this isn't possible because Instajam isn't instanced, it's just an object in the global namespace. I'll open an issue for a feature request, but feel free to write some code and send a PR.