FAlbum - 0.5
FAlbum - A WordPress plugin that allows you to display your Flickr photos and photosets on your site.
New in FAlbum 0.5:
- Added a tag cloud index page - Example
- Added links to see all available photo sizes
- Added admin options to show or hide available photo sizes and exif data links
- Added Dutch translation - Thanks Anne
- Fixed some formatting issues on the album home page
Files:

WordPress Station » Blog Archive » FAlbum - 0.5 on 24 Sep 2005 at 12:49 pm
[...] RandomByte Has updated their plugin that allows for incorporation of your Flickr photos with your WP blog. This update adds tag cloud, links for all photo sizes, some admin options, as well as a few other features. [...]
Cellojaren on 24 Sep 2005 at 10:54 pm
Beetje nerderig bericht
Er moet me even iets van het hart en het is nogal nerderig. Natuurlijk ben ik heel blij met die FAlbum-plugin voor Wordpress. Het is een heel fijne manier om mijn Flickr-plaatjes ook op deze site te tonen.
De eerste versie van deze plugin die ik insta…
public void blog() » Blog Archiv » Schwedenparty on 08 Oct 2005 at 4:37 pm
[...] Silvester werden Steffi und ich in Stockholm verbringen, nach dem Motto Wenn schon kalt, dann richtig. 5 Tage Zeit zum ausspannen, ohne Kind (die Kleine ist bei den Großeltern gut untergebracht) haben wir mal wieder Gelegenheit, auszugehen und auszuschlafen, wie wir wollen. Viele der guten Hotels bieten kostenloses WLAN für ihre Gäste an, ich werde das Powerbook mitnehmen, um Fotos direkt von dort zu bloggen. Wahrscheinlich werde ich mir dann auch mal einen Account bei flickr zulegen, denn da gibt es doch dieses feine flickr Plugin für Wordpress. [...]
ericl.journal on 08 Oct 2005 at 10:31 pm
Displaying Flickr photos
I have integrated my Flickr photo gallery to my site. After playing around with Zen Photo and Plogger I decided to use a plugin that works with my photos already posted on Flickr. Thanks to Elijah’s awesome plugin FAlbum for WordPress.
…
Stanley's on 09 Oct 2005 at 9:48 pm
Important notes about FAlbum 0.5
This is so important that I have to record this down or else I’ll forget if I have to tweak other themes later.
The FAlbum is a great plugin, the layout is nice. Installion was a piece of cake however when it’s done the layout will be bro…
Stanley's on 09 Oct 2005 at 9:49 pm
FAlbum
It was fairly easy when I installed this, then today ambitiously tried the friendly url option. Oh my God it has broken down. The major problem is that I couldn’t go back. I guess I have to try deactivating and reinstalling again.
PS: I h…
FAlbum plugin at shibbyonline on 09 Oct 2005 at 11:49 pm
[...] I have been using the flickr album plugin by Ramon Darrow for my photo album but after some rooting around this afternoon I decided to switch over to FAlbum. With a bit of help from Andreas Linde’s great walkthrough it was up and running in no time. This version looks to have nice admin plugin page which made linking to flickr easy as pie, plus it displays all recent photo’s even if they are not collated in sets. After a few hourse tweaking and setting it all out I went back to modify some other pages and suddenly was faced with a 500 Server Error! What had just fallen apart? I then spent a few hours getting to the root of the problem and found removing the .htaccess file for the root and removing permalinks solved it. Right turn permalinks back on; works. Turn friendly url’s on photo plugin on; works. Modify a page and save; 500 Server Error! It turns out that the FAlbum plugin writes to the .htaccess file but in doing so erases the last #End WordPress marker so when you change a page and WordPress updates the .htaccess file it chokes on the FAlbum section. I manually added the WordPress end marker above the FAlbum being marker and so far it looks to be working ok. Technorati Tags: album flickr photo wordpress // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(”authorinfo”).style.display = “”; document.getElementById(”showinfo”).style.display = “none”; document.getElementById(”hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(”authorinfo”).style.display = “none”; document.getElementById(”showinfo”).style.display = “”; document.getElementById(”hideinfo”).style.display = “none”; } [...]