Viewing 4 replies - 1 through 4 (of 4 total)
  • Is it possible only to show certain albums… Like my Wall Post album I don’t want/need to show on my site…

    Plugin Author gCodeLabs

    (@gcodelabs)

    Thanks for the feed back.
    we will try to give this feature in the next version.
    Thanks

    I have modded the sql query to eliminate albums based on their name:

    $fql = “SELECT aid, cover_pid, name FROM album WHERE owner=$fbOwnerId AND name!=’Profile Pictures’ AND name!=’Cover Photos’ AND name!=’Wall Photos’ AND name!=’Untitled Album'”;

    when the page is rendered, there are empty spaces where I have eliminated the albums but there are no empty DIVs. The array returns only 13 elements (none of which are empty or the names of the eliminated albums) yet the DIV layout is such that it would accommodate the eliminated albums. I can’t seem to figure out how this is possible. Any insight would be appreciated!

    Thanks

    One other thing, I can’t seem to get the rendered albums to display in Chrome. They display in Mozilla and IE. Is there a known issue with chrome?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to improve facebook-album-photos plugin.’ is closed to new replies.