jsymonkj / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

Display latest uploads #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Display latest uploads on page. (for example: latest 3 thumbs)

Original issue reported on code.google.com by jdiderik on 28 May 2009 at 12:02

GoogleCodeExporter commented 9 years ago
Oh yes!!! You got it.
Just add the mode: 'latest' to the setting combined with maxresults.
The following will show the last 3 uploads to your picasa albums. You CAN also
specify an album to only show the latest from a specific album.
Take a look at demo 3 (http://www.multiprof.nl/pwi/jquery_plugin/demo3.html)

var options { username: 'yourname', mode: 'latest', maxresults: 3}
$('#container').pwi(options);

Original comment by jdiderik on 12 Aug 2009 at 9:27