Quote:
Originally Posted by kall
That is weird.. the only thing that should be slow is the Like Button itself, it shouldn't cause the rest of the page to hang.
If you take out this bit and place it manually somewhere in headinclude, does it make a difference?
PHP Code:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '{vb:raw vboptions.ogfb_appid}',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
|
Hey Kall sorry been busy mate
Anyways i turned it back on and it was fine. Must of been a bad day i guess
It still working awesome <3