Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Daiki Suganuma

    (@daikisuganuma)

    Hi ytacc,
    I found my site also can not get the album list now.
    https://www.jka.sg/gallery/

    I think something changed in facebook api.
    I will check later.
    Thanks

    Thread Starter ytacc

    (@ytacc)

    Hi Dalki,

    Regarding your case, perhaps it may be something related to your server php version or other server setting, I have tried the plugin version from 1.0 to 1.1.1, the plugin still work fine to me, and can still get the newly updated album from facebook.
    My problem is the album number is limited to 24 albums(including those like cover photos) and also is not able to set pagination even using the example index.php (I am not good at php, perhaps something wrong with the codes).

    For all curiousity, hope to seek for a solution. ??
    Thanks

    ytacc

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    Hi ytacc,
    My site was causing memory error, the api is working fine as you say.

    in your case, easy solution is getting album list with custom limitation.

    $list = facebook_page_albums_get_album_list(array(
    	'per_page' => 99
    ));

    I am developing this plugin to use latest Facebook API,
    and thinking smart solution for this issue.

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    I updated this plugin.
    you can use “facebook_page_albums_get_paging” function for paging album list.
    please see sample theme for more details.

    you also can see paging album list in my site.
    https://www.jka.sg/gallery/

    Thread Starter ytacc

    (@ytacc)

    Hi Daiki,

    The album limit is removed with the newer version and the array setting. Work like a charm!!

    Still haven’t figure out the paging code with the function.
    Probably with have a code sharing to help other use this plugin when I make them right. ??

    Thanks for all the doings and the updates :D.

    Thread Starter ytacc

    (@ytacc)

    forgot to post as resolved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Album Limit on display?’ is closed to new replies.