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".

CommentFileSizeAuthor
#2 fb-2978148-1.patch2.53 KBvijay.mayilsamy

Comments

vijay.mayilsamy created an issue. See original summary.

vijay.mayilsamy’s picture

StatusFileSize
new2.53 KB

Here is the patch which changes the fb js code inclusion from non-drupal to drupal way (ie drupal_add_js)