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

Facebook-Album-Browser #17

Closed sandeepuim closed 9 years ago

sandeepuim commented 9 years ago

can we get direct album photo from this script no need to album list.

dejanstojanovic commented 9 years ago

I haven't add that option, but you can pull out the code snippet from the plugin

dejanstojanovic commented 9 years ago

@sandeepuim I added this option for loading single album photos. You only need to set "onlyAlbum" to ID of you photo album. You can take the ID by visiting the album page on facebook, for example if you navigate to your albums and open album the URL will be something like this https://www.facebook.com/media/set/?set=a.10150310813623951.347282.23497828950&type=3 In this case the id is 10150310813623951

Hopefully I will find some more time to make this option accept album name. Let me know if this works for you and close the issue if it does.

Thanks