First, make sure you are logged in to your account.
On the homepage, click 'edit' in your bio-box.
Copy the below code and past it in the bio. Don't forget to hit save:
<html>
<script>
var ssConfig = {
AlbumID: 'XXXXXX',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'true',
showButtons: 'true',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</script>
</html>
Replace the red X's next to AlbumID in the code with the ID from the gallery that you want to use for your slideshow.
For example, take a look at this link:
http://www.smugmug.com/gallery/2672990_fVVYo#141492208
The AlbumID is the string of numbers following /gallery/. So, in this case, the AlbumID is 2672990.
First, make sure you are logged in to your account.
On the homepage, click 'edit' in your bio-box.
Copy the below code and past it in the bio. Don't forget to hit save:
<html>
<script>
var ssConfig = {
AlbumID: 'XXXXXX',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'true',
showButtons: 'true',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(600, 600, ssConfig, 'transparent');
</script>
</html>
Replace the red X's next to AlbumID in the code with the ID from the gallery that you want to use for your slideshow.
For example, take a look at this link:
http://www.smugmug.com/gallery/2672990_fVVYo#141492208
The AlbumID is the string of numbers following /gallery/. So, in this case, the AlbumID is 2672990.