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

Lostmonkey’s picture

Subscribe .. exact same problem

merviemilia’s picture

Same here and also like and share -buttons don't work anymore. Tested this on two different sites.

Anonymous’s picture

There is a little bug on line 297 of file fb_social.module.

The line is:
channelUrl: " . $base_url . "/fb_social/channel

The setting can be broken by some $base_url values.

I fixed the bug wrapping the setting value by ':
channelUrl: '" . $base_url . "/fb_social/channel'

ferdi’s picture

sorry about that. Fixed http://drupalcode.org/project/fb_social.git/commit/4b07403
I'll make a new beta8 release.
thanks!

bserem’s picture

Version: 6.x-1.0-beta7 » 6.x-1.0-beta8
Status: Active » Fixed

No problem ferdi! These things happen, it's an excellent module you maintain there and we are thankful you keep doing this!

merviemilia’s picture

No worries!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.