Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    No, the plugin uses jQuery in the correct manner.

    But your site doesn’t work anyway, so I can’t see what the problem could be.

    Thread Starter mashupciti

    (@mashupciti)

    K, I’m pretty sure it’s in the theme. I can make the jquery screw up by enabling certain plugins, so I will contact the author. Thanks!

    it’s moved over to http://www.mashupciti.com now

    cheers

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Yeah, right at the top of your theme, it’s including this code:
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

    That’s loading jQuery directly from the jQuery website (which is a bad idea anyway) instead of loading the jQuery included with WordPress.

    There’s also some kind of code moving the jQuery and Facebook loader code to the footer instead of the header, which will not work for this plugin. It loads the code in the correct places, moving things to the footer inappropriately will break the site.

    Both of these problems need to be fixed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Simple Facebook Connect] interference with other plugins?’ is closed to new replies.