====== WordPress 1.5 / 2.+ Installation Instructions =====
* Download file from http://sourceforge.net/project/showfiles.php?group_id=144263 (zip or tar.gz versions).
* Extract the files to the **/wp-content/plugins/** directory.
* Note: The files must be located within a new directory name //falbum// **.../wp-content/plugins/falbum/falbum.php**
* Activate the plugin via your WP admin console. Options -> FAlbum
* Complete the two Initial Setup steps to allow FAlbum to access your Flickr account
* Update the Setup information and press Update Options
* Add a new link to your site to view the photos.
* Examples (depending on the friendly URLs setting):
* http://yoursite.com/wordpress/wp-content/plugins/falbum/wp/album.php or
* http://yoursite.com/wordpress/photos/
====== Updating from a previous version ======
Before updating the FAlbum files:
* Deactivate your current FAblum plugin
* On the server delete the previous **falbum** directory in **.../wp-content/plugins/**
====== Other Pages Setup ======
In order to use FAlbum calls within other pages, the **Enable globally** option on the FAlbum admin page must be set to **true**. This will setup the $falbum object and include the FAlbum style information on every call.
Then for each page that you want to use a FAlbum method, add the following line before the first call:
===== Common Custom Code =====
==== Random Photos Block ====
Random Photos
-
show_random(4,'',1,'s');?>
1.how many pictures;\\
2.tag(s): flickr format(space seperated)\\
3.style: 0="li" seperated, anything else is drop shadow with "div"\\
4.you can choose the size between: 's' (small), 't', 'm'=medium, 'e' and 'o' (original size).
==== Recent Photos Block ====
==== Recent Photos Block Widget ====
Install and activate for instance http://ottodestruct.com/wpstuff/execphp.zip (a widget that allows php to be executed)
Put this code in the body of the widget:
show_random(4,'',1,'s');
?>
==== Page Title ====
is_album_page()) { ?>
get_page_title(); ?>
at } ?>