• I’m currently using Google’s jquery which doesn’t load it in no conflict mode. However, I noticed the plugin does which causes the rest of my javascript w/ dollar signs to not work. Any way I can fix this without resorting to changing all the ‘$’ to ‘jQuery’?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author thinkswan

    (@thinkswan)

    Upon taking a second look, I don’t think the plugin even needs to use jQuery.noConflict().

    I’ll remove that line in the next version. For now, you can manually edit facebook-comments-functions.php and remove the jQuery.noConflict() line. You’ll have to replace the j’s that follow with $.

    Thread Starter cpkid2

    (@cpkid2)

    Sweet!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Facebook Comments for WordPress] plugin loads in jquery no conflict mode…’ is closed to new replies.