Oh, this is so so cool.
I got the Fotobook plugin for Wordpress, and now my Photos page is automatically populated with all my Facebook photo albums. And since I installed Lightbox plugin, clicking on the photo enlarges it in a cool Flash (?) overlay.
Very fun. Highly recommended.
Update:
And now I have my cron job working. (On the hour, it repopulates the Photos page with all my most recent Facebook albums and photos.) For the benefit of future Googlers, you’ll want to put something like this in your crontab.
0 * * * * wget --delete-after "http://supercres.net/wp-content/plugins/fotobook/cron.php?secret=************&update"
…Making sure, of course, that it’s all one line and that you replace my URL with the one given in your Fotobook settings. Also note that wget is not included with OS X; they have curl, but I didn’t try that. (I’m putting it in my local machine’s crontab since my website server has shell access but not crontab.)
AND FINALLY… you have no idea how hard it was to get the word wget in a post. For some reason, Wordpress tries to execute it when I click the “Update Post” button. Another post about that coming soon.
