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

JavaScript

Bryce Santos
Bryce Santos
11,157 Points

How do you make a scrolling photogallery where the client can upload pictures with ease?

I'm making a website for a friend, and he wants a scrolling gallery, but wants to have control of what's displayed. Is there a way to make that gallery display whatever photos he uploads to an external source, say for example: into photobucket? Can the image gallery draw from a place like photobucket or would have I have to add those into the coding myself?

1 Answer

Austin Whipple
Austin Whipple
29,725 Points

Definitely. In fact, a lot of photo hosting websites provide pre-built slideshows that you can embed. Here's more on Photobucket's. And here's information on Flickr.

If you're looking for a more custom option, sometimes these services offer APIs or, I suppose, you could also manually add image URLs to the HTML to manipulate with your JS.

Bryce Santos
Bryce Santos
11,157 Points

Awesome, thanks for your answer, Austin.