Get Album and Photos from Facebook Fanpage using simple javascript
Note: only works on Fanpage. ordinary users requires an authentication
Yii 1.1 or above
extract the files under your extensions folder
$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 ));
...external resources for this extension...
Be the first person to leave a comment
Please login to leave your comment.