No way to link Facebook account to user profile
-
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.phpThis 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?
- The topic ‘No way to link Facebook account to user profile’ is closed to new replies.