Topic: Lightroom - wordpress
Hello,
I'm trying Juicebox but I have some issues.
I have installes the plugin on lightroom 5.2
I have prepared and uploaded my album : http://galerie.parlamer.fr/yorktown/
It's working.
Now, I'm trying to embedded the album on my wordpress website.
I have prepared this :
<!--START JUICEBOX EMBED-->
<script type="text/javascript" src="galerie/yorktown/jbcore/juicebox.js"></script>
<script type="text/javascript">// <![CDATA[
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,1)"
baseUrl: 'galerie/yorktown/'
});
// ]]></script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
It does not work. I think it's a problem of path, so I tried also :
src="parlamer.fr/galerie/yorktown/jbcore/juicebox.js
src="/galerie/yorktown/jbcore/juicebox.js
...
My website is on parlamer.fr and the page is here :
http://parlamer.fr/test/
Thank you.