Topic-icon Problem latest update 6.01

Active Subscriptions:

None
12 years 3 months ago #41813 by yj47
hello
Before installing the latest update, my plugin sharing (BT Social Share plugin) worked fine but now, since version 6.01 sharing and facebook likes no longer work
Just twitter, google+ and inshare appear
When I désactrive system (JFBCSystem), it works
There must be a conflict with your new version and BT. Before this update, it worked.
I think it's about just facebook
Thank you in advance for your help
The topic has been locked.
Support Specialist
12 years 3 months ago #41819 by alzander
Replied by alzander on topic Problem latest update 6.01
Can you post (or Private Message) a URL where we can see the issue happening? Also, can you be more specific as to what isn't working:
* Is the Like button showing, but won't click
* Is the Like button missing
* Is the Like not showing in your Timeline after being clicked?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 3 months ago #41820 by yj47
Replied by yj47 on topic Problem latest update 6.01
Hello Alex, url for example posted in pm
The topic has been locked.
Support Specialist
12 years 3 months ago #41832 by alzander
Replied by alzander on topic Problem latest update 6.01
Thanks for the link. The issue is actually from an optimization we put into the latest release of JFBConnect. Basically, Facebook needs to be instructed that the current page is using any of their social widgets. Up until v6.0, we always told Facebook that a tag was on the page and to try to find it.. even if none were there.

In v6.0, we only tell Facebook to scan the page and render the tags if JFBConnect has added one of their social widgets. This saves considerable time on page load and makes sites much more responsive overall when there's not a Facebook widget on the page.

On your site though, you're using a different module to add the tags, so what we're doing seems to be causing you problems. In general, we wouldn't recommend using another widget, since on your site, the Facebook Javascript library is loading two times (once from JFBC, once from the other module). That will slow down your page load time by a decent amount and could cause other conflicts with some features.

However, if that's how you want to keep things, please edit the /components/com_jfbconnect/libraries/provider/facebook.php file. Around line 477, you'll see:
$xfbml = ($this->widgetRendered ? 'true' : 'false');
Add the following right after that:
$xfbml = true;
I hope that helps explain and gets you going,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 3 months ago #41844 by yj47
Replied by yj47 on topic Problem latest update 6.01
Solved, thanks Alex ;)
The topic has been locked.
Support Specialist
12 years 3 months ago #41848 by alzander
Replied by alzander on topic Problem latest update 6.01
Glad to help. Should you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks, and good luck,
Alex
The topic has been locked.