Visit SlideShowPro.net  Community Forums
SlideShowPro Support Wiki
  
Lightroom plugin

Embed in a WebPlus Page

Here's a quick tutorial on how to embed an SSP/LR slideshow into a WebPlus Page.

Using an <iframe>

1 - Export the slideshow to your desktop

For this example, let's assume that I've exported to a folder called 2009_10_halloween
Also write down your slideshow's height and width.

2 - Upload the slideshow to your website

It doesn't really matter where you put it. You just need to make sure you can access it.
For example, let's assume I have a folder called galleries and I've uploaded my new slideshow folder into that subdirectory. I should be able to navigate to http://www.mysite.com/galleries/2009_10_halloween/index.html and see my slideshow.
DO NOT CONTINUE IF YOU CANNOT SEE YOUR SLIDESHOW FROM THE WEB

3 - Open a page in WebPlus

Find the page where you want to embed your slideshow.
From the WebPlus menu bar, select Insert->Web Object->HTML...
Drag a box where you want your slideshow to show up (the size of this box doesn't really matter)
Insert the following code after the <!--Body--> text:

<iframe src ="XXXXXXXX" width="600" height="700">
  <p>Your browser does not support iframes.</p>
</iframe>

You need to replace XXXXXXX with the link you figured out in Step 2, and set the width and height appropriately.
You may need to 'fudge' the height and width to remove scrollbars. Preview it and make any adjustments neccessary (this should not be neccessary when using SSP/LR version 1.5 an above)

4 - Publish/Preview your site

You should now be able to publish your site from WebPlus and view it live on the web.

Page last modified by tdominey on April 22, 2011, at 06:31 AM
© 2011 SlideShowPro. All Rights Reserved.