Random PanoPhoto to the Blog

This program displays the photos of the Panoramio's particular user at random.
It is possible to insert it in your web or blog by using iframe.
It uses the Panoramio Data API and Widget API.


Example code (Home-made HTML templates)

<iframe frameborder="0" src='http://junk0128-tools.com/random/index.html
?user= &delay=10&auto=on' width="380" height="420" scrolling="no" ></iframe>


Option

URL?user=PID&delay=N&auto=[on|ON]&limit=MAX&width=W&height=H

PID: Panoramio user ID, N: N>=5 [Sec]
auto: on=Autostart, ON=Autostart and hide the button
MAX: The maximum number of photos that you can get by Panoramio API is about 4500.

If you do not specify all the options
URL?user=1597930&delay=10&width=350&height=374


Author

junk0128