Friday, 24 May 2013

PWI Demo: Show default album overview

This demo shows the default layout of PWI without customizations.


Only the modified CSS file is used to change the appearance slightly.

 Add the following in the HTML editor to your page:

<div class="pwi_default" username="AlbumUserName"> 

replacing AlbumUserName with the information of your album.

(Note that you do not see this line or your album in Compose mode).

Thursday, 16 May 2013

PWI Demo: Pictures from one album, one at a time

This demo shows the pictures from one Picasa album, one at a time. You can use the Previous and Next to navigate through the albun.

Add the following in the HTML editor to your page:

<div id="AlbumName" authKey="AlbumAuthKey" username="AlbumUserName" class="pwi_single_picture"></div> 

replacing AlbumName, AlbumAuthKey and AlbumUserName with the information of your album.

(Note that you do not see this line or your album in Compose mode).

The class pwi_single_picture is defined in the file jquery.pwi.blogger.js, which you can include in your template. The file can be found here .