Google is coming up with Page score based ranking on search results. When we add advagg module to improve the Page score on Google. There is a problem with Facebook module that it includes the facebook connect all.js code through non-drupal way without using drupal_add_js. That gives a javascript error "jQuery not defined", "Drupal not defined".
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fb-2978148-1.patch | 2.53 KB | vijay.mayilsamy |
Comments
Comment #2
vijay.mayilsamy commentedHere is the patch which changes the fb js code inclusion from non-drupal to drupal way (ie drupal_add_js)