Given photo page, obtain sized photo URLs

andrewrich
andrewrich's picture

Joined: 2010-05-27
Posts: 2
Posted: Thu, 2010-05-27 02:51

Given a photo page like http://www.mouseplanet.info/gallery/v/PersonalContributions/Andrew-Rich/1251855686840729589648902.jpg.html I would like to programatically obtain the URLs for the sized photos (e.g. the 400x261 and 640x417 sizes). I did search the forums before posting but couldn't quite find what I needed--I did find and install the Formatted URLs plugin, which helps users copy and paste URLs but isn't what I need.

Thanks in advance for any suggestions.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2010-05-27 05:03

http://gallery.menalto.com/node/85173
&
http://gallery.menalto.com/node/39930
Should give you a clue on how to proceed.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
andrewrich
andrewrich's picture

Joined: 2010-05-27
Posts: 2
Posted: Sat, 2010-05-29 20:16

Dave, thanks for the reply. What I am actually looking for is a way to query the photo page from external code (PHP or JavaScript), not necessarily changing the UI on the photo page itself.