Hi, Love the Zen!
I would like to be able to link to some of the photos that are in ZenPhoto galleries from my main website. for example:
<img src="
http://www.mywebsite.com/zenphoto/gallery1/image1.jpg" >
Is this possible?
I tried it, but it is executing php code and not displaying the image. So far, the only way I have been able to get it to work is to do this (which would be too difficult to maintain):
<img src="
http://www.mywebsite.net/zenphoto/zp-core/full-image.php?a=image1&i=image1.jpg&q=75&wmk=!&dsp=Protected view">
which would be very difficult to maintain.
Comments
That will be the full image you uploaded.
Also thank you for your quick reply.
But of course you will need to get the link correct. In your example case it should be
``
i.e. you got the album name wrong.