• Resolved copaesthetic

    (@copaesthetic)


    I’m attempting to link my facebook page to my WordPress account by using FB’s official plugin I’ve successfully supplied the App ID and App Secret, however I don’t know where to go next.

    According to the instructions, I should be able to take advantage of the Social Publisher under the Facebook tab on my WordPress Dashboard. http://i.imgur.com/l…V4.png However when I click “Connect your Facebook account” nothing happens!

    I made sure my App was live… Must I also supply the App Domain under facebook.com > Settings > Basic > App Domains? If so, for some reason it doesn’t recognize my domain for which I uploaded the plugin in as a “valid integration URL” http://i.imgur.com/bIF9jPP.png

    Any help? Thanks!

    http://wordpress.org/extend/plugins/facebook/

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

    (@niallkennedy)

    You should enter your website URL under the Website with Facebook Login section of your Facebook application settings. You want to use your Facebook application to request permissions from your Facebook account.

    Visit your WordPress profile (wp-admin/profile.php) and connect your Facebook account. You should see your account’s URL under the Contact Info section.

    Thread Starter copaesthetic

    (@copaesthetic)

    I’ve done the first part http://i.imgur.com/4g9lG3e.png

    I don’t follow what you mean on the second set of instructions, this is what I see in my profile.php file:

    <?php
    /**
     * User Profile Administration Screen.
     *
     * @package WordPress
     * @subpackage Administration
     */
    
    /**
     * This is a profile page.
     *
     * @since 2.5.0
     * @var bool
     */
    define('IS_PROFILE_PAGE', true);
    
    /** Load User Editing Page */
    require_once('./user-edit.php');
    Thread Starter copaesthetic

    (@copaesthetic)

    Resolved, didn’t need to do anything to the profile.php file.

    Just had to add the Website with Facebook Login (as you stated) and then I was allowed to go back to facebook.com > Settings > Basic > App Domains and enter in the domain. From there I went through the steps found in the Social Publisher section of the WP plug-in.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Linking an FB Page’ is closed to new replies.