Bummer! You must be logged in to access this page.

Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Is there a way to link instagram pictures to a website gallery instead of creating a gallery page and uploading 1by1

I would like to know if is there a way I can just link my instagram photos or facebook photos to a website that I made instead of uploading pictures one by one and putting it in html as images gallery?

3 Answers

I would assume you'd use the Instagram API. https://www.instagram.com/developer/ Haven't looked into it myself.

How exactly would I do this? Is there any code I need to do to plug into my html file?

Not sure if you can do this with the Instagram API. The closest thing you can do I believe is embedding Instagram posts , but that will take the entire post with all comments and that stuff and embed it into your website. The Instagram API is often used for user authentication.