Topic: To see gallery JuiceBox in Blogger.com
Hello, congratulation by the forum and by the marvellous program JuiceBox.
I am trying to publish a gallery of photos in Blogger.com using JuiceBox, but I am doing something badly (pardon for my English, I am Spanish). I have read the posts of the forum, the instructions (http: // www.juicebox.net/support/)..., but I cannot visualize the gallery. I will try to explain the steps that followed:
1.- I have created the gallery "jb-galleries" using the JuiceboxBuilder Lite v1.1.1.
If i open index.html in my local PC, yes that I see the gallery correctly.
2.- I change the file index.html with the code of my gallery:
<!--START JUICEBOX EMBED-->
<script src="jb-galleries/jbcore/juicebox.js"></script><br />
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,1)"
baseUrl: 'jb-galleries/'
});
</script></p>
<div id="juicebox-container"></div>
<p><!--END JUICEBOX EMBED-->
3.- I modify the routes url of the images and thumbs, in the file config.xml:
<image imageURL="https://www.dropbox.com/s/md7ywgedtmbveag/adriana_lima_29_.jpg"
thumbURL="https://www.dropbox.com/s/3sd3hppiylfgsoz/adriana_lima_29_.jpg"
linkURL="https://www.dropbox.com/s/3sd3hppiylfgsoz/adriana_lima_29_.jpg"
linkTarget="_blank">
<title><![CDATA[adriana_lima_29_]]></title>
<caption><![CDATA[]]></caption>
</image>
…….
4.- I Upload in Dropbox.com the whole content of the gallery jb-galleries (https://www.dropbox.com/sh/5muuwaryisjv369/dV3ix0pGZk, http://dl.dropbox.com/u/103029741/Files_in_DropBox.jpg) with the changes realized previously.
5.- Finally, I insert an iframe in a Gadget of Blogger.com's page with the following code:
<iframe src="http://dl.dropbox.com/u/103029741/jb-galleries/index.html" width="800" height="600" frameborder="0" scrolling="no"></iframe>
On having loaded the page of the blog, I cannot see the gallery. I know that I have some mistake, but I do not find it. Can you help me?
Thank you very much, Fran.