First I want to thank you for your assistance, much appreciated. I tried doing as you suggested and I must be missing something. The test page is published to: http://www.uas.alaska.edu/sandbox/alumn … 2sets.html
The first tab is purposely blank (no content) but the other two should be bringing into two different slideshow, both fed by different Flickr sets. My intent is that pages with tabs are to share the same jbcore and config.xml file found in a juicebox folder at the root. The config.xml is to have those things that are common across slideshows with each slideshow's embed having the differences (flickrSetId, containerId...etc). Am I missing something obvious, although not to myself? Thanks again for any assistance you might give.
Tab2 contains:
<!--START JUICEBOX EMBED-->
<script type="text/javascript">
new juicebox({
containerId : 'juicebox-gingerbread'
baseUrl: 'juicebox/',
flickrSetId: "72157633272537687",
useFlickr: "true",
galleryWidth: "100%",
galleryHeight: "450px",
backgroundColor: "rgba(0,99,160,1)"
});
</script>
<div id="juicebox-gingerbread"></div>
<!--END JUICEBOX EMBED-->
Tab3contains:
<!--START JUICEBOX EMBED-->
<script type="text/javascript">
new juicebox({
containerId : 'juicebox-art'
baseUrl: 'juicebox/',
flickrSetId: "72157632985665552",
useFlickr: "true",
galleryWidth: "100%",
galleryHeight: "450px",
backgroundColor: "rgba(0,99,160,1)"
});
</script>
<div id="juicebox-art"></div>
<!--END JUICEBOX EMBED-->
The common config.xml file they both share is:
<?xml version="1.0" encoding="UTF-8"?>
<juiceboxgallery
useFlickr="true"
flickrUserName=""
flickrSort="DATE-TAKEN-DESC"
galleryHeight="460px"
backgroundColor="rgba(0,99,160,1)"
showThumbsButton="false"
showExpandButton="true"
showOpenButton="false"
expandInNewPage="FALSE"
stagePadding="0"
changeImageOnHover="false"
showLargeThumbs="true"
showSmallThumbs="false"
thumbPadding="2"
thumbNavPosition="CENTER"
maxCaptionHeight="100"
captionPosition="OVERLAY_IMAGE"
captionHAlign="LEFT"
showImageOverlay="AUTO"
imageNavPosition="IMAGE"
flickrShowPageLink="false"
flickrShowDescription="true"
splashDescription="Select for UAS Slideshow"
backButtonPosition="NONE"
backButtonUseIcon="false"
showImageNav="true"
backgroundUrl=""
backgroundScale="NONE"
imageShadowBlur="0"
useFullscreenExpand="true"
enableKeyboardControls="true"
splashImageUrl="http://www.uas.alaska.edu/gallery/images/auke-lake-mobile.jpg"
imageScaleMode="FILL"
shareFacebook="true"
sharePinterest="true"
enableAutoPlay="true"
autoPlayOnLoad="true"
showImageNumber="false"/>