• mhairi

    (@mhairi)


    Hi,

    Am trying to make Simple Facebook Connect work on a site with the Chateau theme (http://www.chateau-theme.com/) installed.

    I’ve added the suggested code to the comments.php template so that the relevant section now looks like

    *****************
    <div id=”comment-user-details”>
    <?php do_action(‘alt_comment_login’); ?>

    <p>
    <label for=”author”>Name <span>(*)</span></label>
    <input type=”text” name=”name” id=”name” value=”<?php echo esc_attr($comment_author_name); ?>” />

    </p>
    <p>
    <label for=”email”>E-mail <span>(*)</span></label>
    <input type=”text” name=”email” id=”email” value=”<?php echo esc_attr($comment_author_email); ?>” />
    </p>
    <p>
    <label for=”url”>Website</label>
    <input type=”text” name=”url” id=”url” value=”<?php echo esc_attr($comment_author_url); ?>” />
    </p>
    </div>
    *************************************

    But it doesn’t work. There is no login functionality, just (unclickable) text saying “connect with facebook”

    Has anyone integrated SFC on a site using this theme? Or suggest where I am going wrong?

    http://wordpress.org/extend/plugins/simple-facebook-connect/

  • The topic ‘[Plugin: Simple Facebook Connect] Simple wordpress connect with Chateau theme’ is closed to new replies.