dejanstojanovic / Facebook-Album-Browser

jQuery plugin for browsing public albums of a Facebook account
http://dejanstojanovic.github.io/Facebook-Album-Browser/
MIT License
74 stars 42 forks source link

Selecting Albums for Viewing #28

Closed lukepsauer closed 8 years ago

lukepsauer commented 9 years ago

Hello again,

I am trying to select a couple of albums only to show in a gallery is there an easy way to do this?

Thank you

dejanstojanovic commented 9 years ago

There is an option to exclude albums from the layout, so you can exclude the ones you do not want to show. Check the description for skipAlbums option. Let me know if this works for you? Maybe an option which does the oposite (shows listed albums only) makes more sense

lukepsauer commented 9 years ago

The issue with that is that I am adding more albums quite frequently and do not want to have to edit the page every time a new one is posted.

lukepsauer commented 9 years ago

So an option that does the opposite would be amazing.

dejanstojanovic commented 9 years ago

Ok, so you wold like to list the albums which will be the only ones to be loaded, so when you add and album on the Facebook page it does not affect the page where the plugin is used, correct?

lukepsauer commented 9 years ago

Correct

dejanstojanovic commented 8 years ago

Hi, I made an update for this issue. Take the latest ante try it out. You only need to set includeAlbums option. Check the test.html file for usage of this. Please close the issue if this resolves your problem.

dejanstojanovic commented 8 years ago

@lukepsauer have you checked the update related to this?