PhotoShow Viewer

The PhotoShow Viewing Widget allows visitors to your site to view a PhotoShow previously created by the authoring widget. The viewing widget typically appears on public pages of your site, often alongside other user-submitted content. Here's what the viewer looks like:

PhotoShow will call your callback URL with the embed code for the viewing widget at the end of the authoring process. Your callback function is responsible for inserting the viewing widget onto pages on your site. Here's an example of the embed code:

<script type="text/javascript" src="http:/view.ds1.photoshow.com/publish/ab1cd4sd.js"></script>

The default size of the viewer is 466 pixels wide x 375 pixels high. You can configure the viewer to be larger or smaller if desired. The minimum size for the viewer is 272 x 229.

You can also configure options such as whether sound should be on or off, and whether playback should begin automatically when the page loads. For more information about these and other configuration options, see Viewer Customization in the API reference.