Quote Daniela Brocca:
I see, it begin from the last page, all the scanned photos.
But what about a tag with only a name , Paris, for exemple? Or Venice? I tried and it doesn't work. I see there are numbers. Is this the size of the photos?
You should read the documentation or give a more detailed question
'There are numbers - what is it?' can't be answerd
See this code:
Before the numbers there is a word - this word says what parameter is defined behind it.
User = XXX
This defines the user from which photos are shown - XXX must be the Used-ID (= numbers)
Width=xxx
Width is an optional parameter and describes the width that is used to show the photos. They are scaled so each photo is shown with a width of xxx (xxx are numbers)
height = xxx
It is the same like width only for the height and xxx are numbers.
If you want to show photos with a particular tag use the the tag parameter:
http://www.panoramio.com/wapi/template/slideshow.html?user=477291&width=1200&height=900&tag=Venice
In the documentation are several well commented examples - it is worth to read them and play with the code what is easy as it can be entered in the address-line of the browser directly. For example change the values of height and width and see what happens
