Hi, a tip on how to make the Facebook like box Javascript load asynchronously:
Open up the file enfold\framework\php\class-framework-widgets.php
and look for the facebook javascript on lines 76 – 81. Now, on line 80 for example, add js.async=true;
before js.src =
, and the like box Javascript loads async. Maybe you can make this default in your Enfold (and other) themes?