• Resolved Jonathan

    (@jag1989)


    Using 1.5.3 of Facebook Plugin. The problem I am seeing one multiple new installs is having no Login to Facebook link. On the User Profile there is simply a title ‘Facebook Account’ and under that ‘Get started’, which has no link.

    Looking at the Plugin code, there is this
    <td id="facebook-login"></td></tr> on line 138 in admin/profile.php

    This should have something in it, but I am assuming that its being created via JS. The page is running no errors.

    I am guessing it is something to do with line 49 of the same file:
    $script = 'jQuery(document).one("facebook-login-load",function(){if(FB_WP.queue && FB_WP.queue.add){FB_WP.queue.add(function(){FB_WP.admin.login.person.init()})}});';

    Does anybody have any knowledge on this issue?

    https://www.ads-software.com/plugins/facebook/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Niall Kennedy

    (@niallkennedy)

    The Facebook SDK for JavaScript is likely rejecting your request for the domain due to an incomplete or incorrect configuration of your Facebook application. The debug settings view displays some of the needed Facebook app fields for Facebook Login functionality including site URL and app domains.

    Thread Starter Jonathan

    (@jag1989)

    Yes, this makes perfect sense. App Domain was incorrect. Cheers

    Thread Starter Jonathan

    (@jag1989)

    Solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No way to link Facebook account to user profile’ is closed to new replies.