Topic: Sharing problem - get error

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.

Re: Sharing problem - get error

Please post the URL to your gallery's web page so that I can see the problem for myself.
Also, please let me know what share button you are having trouble with.

I have added shareURL to config.xml file.

Incidentally, the shareURL is used only by JuiceboxBuilder-Pro to create an accurate absolute path for the 'og:image' meta tag in the gallery's 'index.html'.
(The shareURL is not used by Juicebox itself when the gallery is being displayed.)

As noted in the Sharing Options section of the Config Options page, the shareURL should be defined as follows:

Absolute URL of the gallery, used for sharing purposes. This should be the absolute URL of the web page the gallery is embedded in, not including the HTML file name, for example: "http://www.example.com/mygallery/". This URL is used to populate the sharing content.

If you are not using the 'index.html' page created by JuiceboxBuilder-Pro (and are embedding the gallery in another web page), then be sure to add your own Open Graph tags to your gallery's web page.
For example:

<!-- START OPEN GRAPH TAGS-->
<meta property="og:title" content="Juicebox Gallery" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.example.com/" />
<meta property="og:image" content="http://www.example.com/images/IMG_0001.jpg" />
<meta property="og:description" content="" />
<!-- END OPEN GRAPH TAGS-->

Re: Sharing problem - get error

Thank you for providing the URL to your gallery's web page.
I think the problem might be that your URL includes an IP address and a port number.
Try using your domain name instead (for your shareURL and when you access your web pages in your browser).
Hopefully this will solve your problem.