Topic: Config XML file not found
Hey -
I'm trying to embed a gallery into my iWeb page, but I'm getting the "Config XML file not found" error. I've tried everything, and still can't get it to work.
The folder I'm using is called "juicebox" and I uploaded it to the server.
This is the page I'm trying to embed it on;
http://woodennickels.ca/2_Photos.html
This is the embed code I'm using.
<!--START JUICEBOX EMBED-->
<script src="http://www.woodennickels.ca/juicebox/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
baseUrl : 'http://www.woodennickels.ca/juicebox/',
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Any suggestions?
Thanks,
Sam