Topic: Problem to add juicebox in blog

Hi, a few days ago I decided to make my own blog and share things with people. Use Blogger, I have not much idea of how to configure it so I left it in the basics.
But the default picture viewer seems rather poor and they recommended the lite juicebox, I tried what you say in support URLs with instructions, I know html language or script used so I'm somewhat lost.
I would appreciate one helps prune of how to integrate the program into the blog.

Re: Problem to add juicebox in blog

As you will not be able to upload your Juicebox gallery files directly to Blogger's own web server, please see the Embedding in a Web Template Site instructions.

Re: Problem to add juicebox in blog

That page I have read and tried everything suggested, I have account with dropbox public folder.
The problem is not how to add the code.

Embedding in a Web Template Site

If you use a Web Template Site which does not allow you to upload your gallery folder to the web space that they provide (such as Website Baker, Website Builder, Weebly, Wix or Yola), then an alternative solution would be to host your gallery with Dropbox and embed your gallery using an iframe following these instructions:

    Create a gallery using JuiceboxBuilder-Lite or JuiceboxBuilder-Pro.
    Download and install the Dropbox client program from here.
    Run the install program and sign up for a free Dropbox account.
    Drag and drop the entire gallery folder (not just the contents) into the 'Public' folder within the newly created Dropbox folder on your computer.
    Navigate towards your gallery's 'index.html' file (within 'username/Dropbox/Public/gallery_folder/'), right-click it and select 'Dropbox -> Copy public link'.
    Embed the gallery by inserting an iframe into your web page whose 'src' attribute points towards the 'index.html' page within the gallery folder (the URL you copied in Step #5 above). The iframe would look like the following:

   <iframe src="Dropbox_URL_Goes_Here" width="800" height="600" frameborder="0" scrolling="no">
   </iframe>

Please note that if your Dropbox account was created after 4 October 2012, you will need to manually create a 'Public' folder on your account by following the 'Creating a Public folder' instructions on this web page.

4 (edited by cbhcreed 2013-05-11 20:02:55)

Re: Problem to add juicebox in blog

I've solved my problem, I have used the code of your web, I've used another to load the index.html in my dopbox.

<a href="Dopbox url" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" target="_blank"><img border="0" src="Image URL" height="320" width="218" /></a>

Thank you for your help.

Re: Problem to add juicebox in blog

I am glad that you have resolved your problem.
Thank you for posting back to let me know.