Hello!
The latest release (6.x-.0-beta7) breaks likebox. It displays nothing after the upgrade.
Beta6 runs just fine!
I have tried it only to one site at the moment (on all dev, stage and live, which isn't live yet) and the result is the same.
I didn't have time to test it on other sites yet, sorry!
Comments
Comment #1
Lostmonkey commentedSubscribe .. exact same problem
Comment #2
merviemilia commentedSame here and also like and share -buttons don't work anymore. Tested this on two different sites.
Comment #3
Anonymous (not verified) commentedThere is a little bug on line 297 of file fb_social.module.
The line is:
channelUrl: " . $base_url . "/fb_social/channelThe setting can be broken by some $base_url values.
I fixed the bug wrapping the setting value by ':
channelUrl: '" . $base_url . "/fb_social/channel'Comment #4
ferdi commentedsorry about that. Fixed http://drupalcode.org/project/fb_social.git/commit/4b07403
I'll make a new beta8 release.
thanks!
Comment #5
bserem commentedNo problem ferdi! These things happen, it's an excellent module you maintain there and we are thankful you keep doing this!
Comment #6
merviemilia commentedNo worries!