Hello,
After you install the extension using standard Joomla! installation
procedure (Extensions -> Install/Uninstall) please make sure it is enabled in Extensions -> Plugin Manager -> Art Pretty Photo.
After that you need to insert plugin code in the article where you want to
add the gallery.
Plugin description is here:
http://demo.artetics.com/index.php?option=com_content&view=article&id=50&Itemid=57
To show the gallery on the page you can place the following plugin code into the article:
{artprettyphoto path="images" /}
To specify the width and height of thumbnails is can be:
{artprettyphoto path="images" width="200" height="100" /}
To use specific folder for thumbnails it can be (thumbnail images and full-size images should have the same names):
{artprettyphoto path="images" thumbnailPath="images/thumbs" /}
To show single image which when clicked will show th efull gallery the code can be the following:
{artprettyphoto path="images" singleImage="images/1.jpg" /}
Plugin code for Flickr feed:
{artprettyphoto flickr="FLICKR_USER" /}
Plugin code for Flickr photo set:
{artprettyphoto flickrApiKey="FLICKR_API_KEY" flickr="FLICKR_USER" flickrSet="FLICKR_PHOTO_SET" flickrImageSize="o" /}
Plugin code for Picasa album:
{artprettyphoto picasaUser="PICASA_USER" picasaAlbum="PICASA_ALBUM"/}
Please let us know if there are any other questions.
Regards,
artetics.com team