Ciao a tutti

sto cercando di utilizzare uno script per gallery che mi permette di richiamare le mie gallerie di PICASA WEB: EmbedPicasaGallery.

<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("#images").EmbedPicasaGallery('oetiker',{
matcher: /./, // string or regexp to match album title
size: '72', // thumbnail size (32, 48, 64, 72, 144, 160)
msg_loading_list : 'Loading album list from PicasaWeb',
msg_back : 'Back',
authkey : 'optional-picasa-authkey',
albumid : 'go-directly-to-this-album-ignore-matcher'
album_title_tag: '<h2/>'
thumb_id_prefix: 'pThumb_',
loading_animation: 'css/loading.gif',
thumb_finalizer: function(){var $a = jQuery(this); ... use this to do something to the anchor AFTER slimbox got there },
thumb_tuner: function($div,entry,i){ ... $div is the div of the thumbnail, entry is the picasa image info ...}
link_mapper: function(el){ // see http://code.google.com/p/slimbox/wik...apper_function
return [
el.href,
''+el.title+''
]
}
});
});
</script>


Ho fatto delle prove ma non riesco a capire dove devo inserire le info per caricare le mie gallerie: http://picasaweb.google.com/altheovalentini In lacrime

Se mi aiutate mi fate un favorone!
Altheo