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

share buttons row #32

Closed timracer closed 8 years ago

timracer commented 8 years ago

Hi! When watching photo into lightbox it seems something wrong with share buttons because it's duplicates constantly, when I click NEXT or PREV arrows, it's always increases (+1) rows of share buttons. What should it be?

timracer commented 8 years ago

Something like that 267

dejanstojanovic commented 8 years ago

It looks like the handle is duplicated on the arrow buttons which initializes the share plugin. Try to debug with Firebug to see if method addLikeButton is called multiple times which is most probably the case

dejanstojanovic commented 8 years ago

I just saw that like button is missing. I will check that

timracer commented 8 years ago

Like button is missing because I switched likeButton settings to false