1

(1 replies, posted in Juicebox-Pro Support)

Hi,

how can I share one image not the gallery?

Can I handle the click on share facebook button  and open another dialog?

Thanks.

Thanks, this the solution.

I set option firstImageIndex to static value 2.

 
new juicebox({
            containerid: 'juicebox-container',
            galleryHeight: '100%',
            galleryWidth: '88%',
            configUrl: '/conf/config.xml',
            firstImageIndex: 2           
        });

But the value isn't applied. The gallery always shows first image.

I hade added share buttons. I have added shareURL to config.xml file.

I get error "Cannot read property 'split' of undefined" after click on share button. I have discovered, that the parenturl is undefined.