ZenphotoCMS Forum
adding social bookmarking links need the currentimage url - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: adding social bookmarking links need the currentimage url (/thread-1392.html)



adding social bookmarking links need the currentimage url - carasmo - 2007-04-26

Hello,

I've got the and the

but what is the current image url.

I want to auto generate static links for people to bookmark pages, the way it works is:

]del.icio.us

Then I can make a few links like this on the page without manually doing it.

Thanks. Still using 1.03, if it matters. I doubt the link structure changed?




adding social bookmarking links need the currentimage url - carasmo - 2007-04-26

anyone?




adding social bookmarking links need the currentimage url - trisweb - 2007-04-26

$_SERVER['REQUEST_URI'] should work, Zenphoto doesn't have an explicit function to produce that (or, well, it does in 1.0.8+ , called zpurl()).




adding social bookmarking links need the currentimage url - carasmo - 2007-04-27

Thanks!!!