Presentation is everything! Create a slideshow to embed on a website. Choose a sort order and change the size to get the perfect slideshow.
How to create a slideshow
Before you create your slideshow, create a Sharing link for the images you want in it.
Learn more about creating sharing links!
- Go to the Public links page of your Library or Group
- For a Group: Click or tap the 3 dots in top right corner > Select Public links
- For your Library: Select Public links from the left hand menu
- Click or tap the
icon to view the Public link
- Copy the URL. It will look like this:
- At the end of that link, add /slideshow
https://photobucket.com/share/a63fc6d3-e248-446f-b85a-32c998f91254/slideshow
Embedding a slideshow
Once you've created your slideshow link, you can now add that to an iFrame code. Below is the base template and an example
Template
<iframe src="SLIDESHOW LINK YOU CREATED GOES HERE" width="960" height="720"> </iframe>
Example
<iframe src="https://photobucket.com/share/a63fc6d3-e248-446f-b85a-32c998f91254/slideshow" width="960" height="720"> </iframe>
Sharing a slideshow with sort order
After you've created your slideshow link, the slideshow will default to the order in which you select the photos when you first create the Sharing link.
Here's how to change the sort order and share it in a slideshow
- While viewing the sharing link, select the 3 lines icon in the top right corner
- Select a sort order
- Copy the URL. It will look something like this:
https://photobucket.com/share/a63fc6d3-e248-446f-b85a-32c998f91254?field=DATE&desc=false
- Before the ? add /slideshow
https://photobucket.com/share/a63fc6d3-e248-446f-b85a-32c998f91254/slideshow?field=DATE&desc=false
Changing the size of your slideshow
Need a bigger or smaller slideshow? Here's how you can change the size:
- Locate the width and height in your embed code
<iframe src="https://photobucket.com/share/a63fc6d3-e248-446f-b85a-32c998f91254/slideshow" width="960" height="720"> </iframe>
- Adjust the values of each. Below are the W x H standard sizes of small, medium, and large
- Small: 590 x 370
- Medium: 960 x 720
- Large: 1920 x 1080