fb-fanpage-gallery-or-album Get Album and Photos from Facebook Fanpage

  1. Requirements
  2. Usage
  3. Resources

Get Album and Photos from Facebook Fanpage using simple javascript

Note: only works on Fanpage. ordinary users requires an authentication

Requirements

Yii 1.1 or above

Usage

extract the files under your extensions folder

<?php
$this->widget('ext.jquery-fbalbum.JqueryFbAlbum',array(
    'pageId'=>'snapshop.ph', // The Id of the Facebook page. Can be the Id or the username
    'exclude'=>array(), // Ids of the albums you don't want to display. e.g. array('352683711441378','196199743756443')
    'enableFBScript'=>true, // default to true
    'fbLanguage'=>'en_EN',
    'options'=>array(

    ), // see more javascript options at https://github.com/tilldreier/jquery-fbalbum
));
?>

Resources

...external resources for this extension...

5 0
7 followers
642 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: bryglen
Created on: Jan 9, 2013
Last updated: 9 years ago

Downloads

show all

Related Extensions