Hi, i'm trying to embed into adobe muse, but always get the same XML error...
This is the website (menu work):
http://lorenaprado.com.br/teste
Link to the gallery (working fine):
http://lorenaprado.com.br/galeria/1/
This is my embed code:
<!--START JUICEBOX EMBED-->
<script src="http://www.lorenaprado.com.br/galeria/1/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'http://www.lorenaprado.com.br/galeria/1/',
containerId : 'juicebox-container',
galleryWidth : '800',
galleryHeight : '600',
backgroundColor: '#222222'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Please, help-me to find what is wrong.
Thanks