Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Xavi Ivars

    (@xavivars)

    New information. Debug console in Chrome throws an error: sfc_update_user_details is not defined

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    You’re missing the wp_footer call in the theme’s footer.php file.

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Cancel that, the page looks fine to me. I was able to connect to it using FB in Chrome with no problems.

    I am also experiencing the same issue. What did you conclude as being the issue?

    Thanks!

    -Zach
    https://eaglesmereconservancy.org/

    I am getting the same error:

    sfc_update_user_details is not defined https://connect.facebook.net/en_US/all.js Line 54

    <div class="fl" id="comment-form-container">
    	<h3 class="comment-counts-label">Leave a comment</h3>
    	<div class="fl" id="comment-form">	
    
    		<div id="alt-login-methods"><p><fb:login-button onlogin="sfc_update_user_details();" scope="email,publish_stream" v="2"><a class="fb_button fb_button_medium"><span class="fb_button_text"><fb:intl>Connect with Facebook</fb:intl></span></a></fb:login-button></p></div>									</div><!-- end of comment-form //-->
    	<div class="fix"></div>
    </div>

    Click Connect with Facebook, pops up window, login and allow, popup closes and page does nothing. Firefox console displays error above.

    Last part of footer.php

    <?php echo $theme_data['thg_google_analytics'];?>
    <?php wp_footer();?>
    </div>
    </body>
    </html>

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    If you have any plugin which implements the Facebook “Share” button, then the javascripts will conflict and you can get this error.

    Disable the “Share” button. It is no longer supported by Facebook and will not work with any of their current code.

    Hmm, I’ve tried turning off everything else in your plugin and any custom fb code i’ve put in text widgets.
    I can sometimes get it to work on my local server but most of the time $sfc_comm_comments_form is undefined in sfc_comm_footer_script() in sfc-comments.php

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Simple Facebook Connect] Problem connecting to comment with Chrome (works with FF)’ is closed to new replies.