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:
To
To
From
To
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
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:
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
0 comments:
Post a Comment