728x90 AdSpace

Thursday, August 29, 2013

Fixing Facebook Like Box Problem

Hi Everyone On Free TUTS
I've working on one of my projects and I've found a small bug that after looking in the forums and communities there's some Internet users fall in this problem.


The only problem is that the code generator missing the "http:" protocol.
Follow Me:

Fixing the HTML5 Plugin:


Look on the red box you will see that it's missing the "http:" protocol.
When paste your code just add the "http:"

From:
js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1&appId=<YOUR APP ID>";

To


js.src = "http://connect.facebook.net/fr_FR/all.js#xfbml=1&appId=<YOUR APP ID>";


Fixing XFBML Plugin:


From

js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1&appId=<YOUR APP ID>";

To


js.src = "http://connect.facebook.net/fr_FR/all.js#xfbml=1&appId=<YOUR APP ID>";

Fixing IFRAME Plugin;


From

<iframe src="//www.facebook.com/plugins/likebox.php?href...

To
<iframe src="http://www.facebook.com/plugins/likebox.php?href...

Here's all the fixes, the "URL" plug in is normal, hope you enjoy it guys, and please if you find it useful please share it with your firends.
Yours, Saif Lacrimosa
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: Fixing Facebook Like Box Problem Rating: 5 Reviewed By: RSEM