Quote:
Originally Posted by Animemike
look at the last 3 pages that what i did all the info is there
I have to say tho i took it of
i "Think" and this is a Think facebook was slowing my site down alot seem to improve tons after i clicked the off part :/
shame because i love this idea
|
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>