FAlbum - A WordPress plugin that allows you to display your Flickr photos and photosets on your site.
New in FAlbum 0.4.1:
Added localization support
Added support to use a custom layout page per theme
Added support to limit the number of pages shown in navigation bar (ex. 1 … 20 21 23 … 50)
Added [...]
FAlbum - A WordPress plugin that allows you to display your Flickr photos and photosets on your site.
New in FAlbum 0.3:
Switched to use Flickr’s new Authentication API
Fixed php 5 falbum_add_pages() redeclare issue
Fixed issue with the first images in photosets not showing
Added option to set maximum image width
Files:
README.txt
FAlbum-0.3.7z
FAlbum-0.3.tar.gz
FAlbum-0.3.zip
FAlbum - WordPress plugin that allows you to display your Flickr photos and photosets on your site.
New in FAlbum 0.2:
Added WordPress administrative page for setup and maintenance (clearing the cache)
Switched for storing cached data to disk to now use the WordPress database for storage
Improved the paging process within the different types of albums
Files:
README.txt
FAlbum-0.2.7z
FAlbum-0.2.tar.gz
FAlbum-0.2.zip
FAlbum 0.1
This is a Wordpress plugin that allows you to display your Flickr photos and photosets on your site. It is based on Flickr Gallery 0.7 by Ramon Darrow - http://www.worrad.com/.
This plugin uses the Flickr API (http://www.flickr.com/services/api/).
Features:
View album of most recent photos - Example
View your photos using tags - Example
Caching of Flickr API calls and [...]
Not to long ago I ran into a scenario where I had a web page that was failing to validate cleanly as XHTML because of a < (less then sign) character in a block of JavaScript.
The solution was to insert a set of //<![CDATA[ and //]]> lines at the beginning and end [...]