bachors / jQuery-Facebook-Stream

Display all your wall post, comments & likes in groups or fans page.
http://bachors.github.io/jQuery-Facebook-Stream/
MIT License
26 stars 22 forks source link

Possible fix to typeError line 221 #4

Open djculex opened 9 years ago

djculex commented 9 years ago

Hey there great plugin. However when clicking 'comments' or 'likes' in the stream I get "TypeError: a.attachment is undefined in jquery.ibacor-fb-streaming.min.js Line 221"

In line 221 I changed

from if (a.attachment.media.image.src != null) {

to if (a.attachment != null || a.attachment != undefined) {

Hope this could helps someone :-)

bachors commented 8 years ago

@djculex Thank you so much! ;-)