Topic: Embedding Juicebox Pro in Wordpress
Hello,
I have read the other posts on this topic and I am still having problems. I am getting a "Config XML File Not found" error.
Here is my embed code:
<!--START JUICEBOX EMBED-->
<script src="http://www.robertmunozphotography.net/Galleries/Home/jbcore/juicebox.js"></script>
<script>
new juicebox ({
baseUrl : 'http://www.robertmunozphotography.net/Galleries/Home/',
containerId : 'juicebox-container',
galleryWidth : '100%',
galleryHeight : '700',
backgroundColor: 'rgba (217,217,217,0)'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
I am trying to embed the gallery on the home page at: http://www.robertmunozphotography.net
I have been able to embed Juicebox Pro galleries in WP pages in the past. For some reason this code is not working. Any ideas?
Robert