Topic-icon facebook like button is not showing

Active Subscriptions:

None
12 years 8 months ago #36664 by fidajan
Hi,

i have a strange problem ... in my site i have plugin called: Ja social ... i don't need that now.. but when i uninstall or disable that... my jfbconnect don't show the like button and counter...

and when enable .. the button reterns...

when i do uninstall for that and jfbc .. and install again.. i have the same result..

need for urgent support...

thanks
The topic has been locked.
Support Specialist
12 years 8 months ago #36669 by alzander
That is definitely a strange problem :)

I'm assuming this is on your n......asia domain, but if not, let me know. On that site, if you open the HTML and search for "all.js", you'll see the following line:
js.src="http://n......asia/connect.facebook.net/ps_AF/all.js";
That line should look like:
js.src="//connect.facebook.net/ps_AF/all.js";
Something on your site is converting the schemeless (no http:) link to one that includes http:// and your domain name. That could be an optimization plugin, CDN plugin, or something else. That code that is being changed is the Facebook Javascript library, which is important for a lot of functionality. My guess is that your other extension is loading that library and not being altered for some reason, while ours is.

If you can fix that, everything should work fine. I hope that helps you understand or narrow things down, but if not, let us know.

Thanks,
Alex
The topic has been locked.