Forums

Simple Facebook Connect
Problem connecting to comment with Chrome (works with FF) (8 posts)

  1. xavivars
    Member
    Posted 4 months ago #

    I'm trying to connect to comment in my blog, for example here

    http://www.infobenissa.cat/noticies/general/benestar-social-amenaca-amb-tancar-el-centre-dancians-de-benissa-per-falta-dhigiene/

    I've been able to login using Firefox, but I always get an error from Chrome (I've deleted all cookies from both browsers before trying it, but without success in Chrome).

    Any ideas?

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

  2. xavivars
    Member
    Posted 3 months ago #

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

  3. Otto
    Tech Ninja
    Posted 3 months ago #

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

  4. Otto
    Tech Ninja
    Posted 3 months ago #

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

  5. zachwest
    Member
    Posted 3 months ago #

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

    Thanks!

    -Zach
    http://eaglesmereconservancy.org/

  6. wizdum
    Member
    Posted 2 months ago #

    I am getting the same error:

    sfc_update_user_details is not defined http://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>
  7. Otto
    Tech Ninja
    Posted 2 months ago #

    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.

  8. wizdum
    Member
    Posted 1 month ago #

    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

Reply

You must log in to post.

About this Plugin

About this Topic