Topic: xml error flickr embed code
I've searched and searched - sorry. I just started with this today. I set up juicebox to use a set in my flickr account. i grabbed the embed code and for the last few hours have been monkeying with it to see if i can stop getting this error: Juicebox Error: Config XML file not found. I'm at a loss - I can't see anywhere in the help section that says I can't embed a flickr album... but I'm suspecting this is the case. Here's the script I'm using right now that's getting the error:
<!--START JUICEBOX EMBED-->
<script src="http://www.rudemechs.com/juicebox/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
galleryWidth: "600 px",
galleryHeight: "400 px",
baseUrl : 'http://www.rudemechs.com/juicebox/',
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->