Tagged: masonry
Hi,
I have an idea and maybe you can help me.
I love masonry galleries but I’d like to display images FROM my facebook page albums.
I’ve found a plugin, Facebook Photo Fetcher, that is able to fetch photos from Facebook but its look is awful :)
In the plugin page (http://www.justin-klein.com/projects/facebook-photo-fetcher/) I’ve found this:
—
Albums from PHP
If you’ve got a custom template or widget in which you’d like to include a gallery, you can call the function fpf_fetch_album_content() directly. It accepts the same parameters as the HTML tags above; for example:
$album = fpf_fetch_album_content( ‘123456789’, array(‘cols’=>6, ‘max’=>18) );
echo $album[‘content’];
echo “Cover photo: ” . $album[‘cover’] . “, Photo Count: ” . $album[‘count’];
—
My answer: would it be possible to modify Masonry Gallery to use this function and display Facebook images? Would it be simple?
Hey nuanda74!
No, I don’t think so as the galleries within the theme need direct access to the images. It looks like that plugin pulls in the display information and then outputs them there from Facebook.
Best regards,
Devin