Topic: Back URL not working 1.3.2

The Back Button URL is not working for me using 1.3.2 (or 1.3.0).  The URL I enter is simply being added on to the end of the previous page, instead of replacing it.

For example, www.grantsymon.com/juiceboxgallery/index.html is becoming www.grantsymon.com/juiceboxgallery/index.html/mobile.grantsymon.com if I want the Back Button URL to be mobile.grantsymon.com

Any suggestions?

Re: Back URL not working 1.3.2

Use:

backButtonUrl="http://www.grantsymon.com/juiceboxgallery/index.html"

If the backButtonUrl does not start with 'http://', then it will be treated as a relative path (relative to the HTML page containing the gallery's embedding code).

Re: Back URL not working 1.3.2

Thanks Steven.

I think I may have known that in the past ... and then forgotten.  It might be an idea to add this tip to the Support page.