Topic-icon facebook buttons and modules disappeared after 6.0.6 update

12 years 3 weeks ago - 12 years 3 weeks ago #43985 by elef
facebook buttons modules disappeared after 6.0.6 update! Only facebook buttons and comments
travel.eleftheriaonline.gr/
Last edit: 12 years 3 weeks ago by elef.
The topic has been locked.
Support Specialist
Facebook came out with a completely new programming interface on May 1st, which is required for us to support. The 6.0.6 release of JFBConnect implements the new Graph API v2.0, which you can learn more about here.

The reason things are breaking on your site is because your template is re-including the older Facebook Javascript library. You'll need to disable the Facebook social features in your template and, ultimately, make sure that the following large block of HTML is not included in your page anymore:
<div id="gkfb-root"></div>
<script type="text/javascript">

//<![CDATA[
   	window.fbAsyncInit = function() {
		FB.init({ appId: '171342606239806', 
			status: true, 
			cookie: true,
			xfbml: true,
....
Once you are able to disable that block of code, you should be good to go.

I hope that helps, but if not, or you run into any other issues, let us know.

Thanks,
Alex
The topic has been locked.
Support Specialist
Woops.. forgot the link to the Graph API 2.0 announcement:
developers.facebook.com/blog/post/2014/0...-new-facebook-login/
The topic has been locked.
12 years 3 weeks ago #43996 by elef
ok solved. thanx!
The topic has been locked.
Support Specialist
Glad to hear we could help. If 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,
Alex
The topic has been locked.