Hi
I have just installed the module and it works fine, but than again every time when an user load some page the facebook block opens automatically in change module and in 2-3 seconds closes automatically. It actually causes huge delay during loading of the page.
Thank you
Comments
Comment #1
icecreamyou commentedIf it causes a huge delay, you have a very slow server or internet connection. The JavaScript file it's loading is only 259 bytes--and yes, it's opened automatically and then closed by the JavaScript (after the JavaScript is loaded) so that it will still show up for people who have JavaScript disabled.
If you're really experiencing problems, it's probably because Drupal loads JavaScript in the page header by default instead of in the footer where it should be. Check out this tutorial for how to make JavaScript load last (and for a lot of other great optimization techniques).