Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Boom.. Sorted.. Issue for me was that fb-admin.js wasn’t loading as it was looking in the wrong path (In my WordPress implementation the wp-content folder a level back).

    Issue resolved by amending all references to ‘plugins_url’ in fb-admin-menu.php:

    Original:
    plugins_url( ‘images/icon-bw.png’, __FILE__)

    New:
    WP_PLUGIN_URL . ‘/facebook/scripts/fb-admin.js’

    I’m now able to click the ‘link to profile’ button and all worked perfectly.

    Looks like the issue for me may be that in my implementation of WordPress I’ve moved the wp-content folder up a level and the plugin is using the wrong variable for path when printing css and js paths in the HTML Head…

    Has anyone else on this thread moved or renamed their wp-content folder?

    Just installed this plugin. +1 on the ‘nothing happening when clicking the link to fb profile link’.

    I’m seeing a ‘authFacebook is not defined’ error in FireBug Console though.

    Could be unrelated but I’m also seeing an error on page load stating that the fb-root div was not present and was auto created:

    ‘The fb-root div has not been created, auto-creating’

    Let me know if how I can help debug / troubleshoot…

Viewing 3 replies - 1 through 3 (of 3 total)