Plugin Directory

Fotobook

Fotobook isn't working, what's wrong?

Before contacting me, make sure your host is running PHP 5. If not, contact their support to see if it can be changed or switch to a host that does have PHP 5.

Can this plugin import photos from Facebook groups or pages?

No. Facebook's API doesn't currently allow for this.

How do I create a new style for Fotobook?

To create a new style, simply duplicate and rename one of the existing styles and modify the files.

My theme doesn't support widgets. How do I add the Fotobook widgets manually?

Use the following template functions:

fb_photos_widget(count, mode, size)
fb_albums_widget(count, mode)

Parameters

  • $count: number of photos/albums to display (default: 4)
  • $mode: method for selecting photos/albums to display. Can either by random or recent
  • $size: size of square thumbnails (default: 80)

Examples

<?php fb_photos_widget(4, 'random', 80); ?>
<?php fb_albums_widget(5, 'recent'); ?>

I have the Lightbox style selected but the images pop up in another window.

The Lightbox plugin must be installed and activated.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(20 ratings)