Is there a tool that generates urls for ALL images in a gallery?
omonra21
Registered Users Posts: 127 Major grins
Currently we have to copy & paste urls for image on a single-image basis. If I want to generate a web page on my blog with all pictures from a gallery this is quite a time-consuming process.
Given that there is a way to get an rss feed for a gallery that contains all the urls, has anybody come up by any chance with a tool that would take that feed and strip out just the img urls for a given picture size? (if it also included captions that would be awesome).
Unfortunately I don't have the programming expertise for this but was hoping that someone either at SmugMug or on this forum thought of this and maybe even implemented it.
Thank you very much,
--Vic
Given that there is a way to get an rss feed for a gallery that contains all the urls, has anybody come up by any chance with a tool that would take that feed and strip out just the img urls for a given picture size? (if it also included captions that would be awesome).
Unfortunately I don't have the programming expertise for this but was hoping that someone either at SmugMug or on this forum thought of this and maybe even implemented it.
Thank you very much,
--Vic
0
Comments
I don't believe so, however the following links may be of use:
http://wiki.smugmug.net/display/SmugMug/Feeds+Examples
http://wiki.smugmug.net/display/SmugMug/Hacks+and+Apps
Suport Hero
Smugmug
http://help.smugmug.com/
Thanks. While not perfect, this seemed to be the best: http://www.codeplex.com/smugmug4writer
You then need to change the -Th at the end of each image name to -L (to get large images)
What about a link back to the image, like this?
Or something completely different?
Thank you for the suggestion but this still requires a parser for the html page. I need a list of urls, having to manually extract each url from the html page is time-consuming and inconvenient.
It would be great to get the second option, ie image with a linkback to the original url. Since caption information is provided, i'd like to put the caption right next to the image as well (in the text, not alt img tag)
Thank you