Hello everyone, I encountered the following problem, if a person logs in the forum with Facebook to leave a comment, the comment is inserted twice time, as a normal user and logged in as.
You know how I can fix?
thanks
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>hi there,
I’ve bought a pinpress theme made some modifications but I’m stuck on one thing… and it’s seems developer can’t handle the problem…
There’is build in WP-Facebook Connect plugin… it’s working fine, for connecting with your FB account, but when you add local avatar it’s only visible when typing comment, when you add/confirm comment and refresh site it’s showing… default no-avatar image… (fb user picture also not showing)
comments.php file looks like
<?php if (have_comments()): ?>
<div class="commentslist">
<ul>
<?php wp_list_comments( array( 'callback' => 'comments_on_page' ) ); ?>
</ul>
<div class="clear"></div>
</div>
<?php endif;?>
<?php if ('open' == $post->comment_status) : ?>
<?php if ( is_user_logged_in() ) : ?>
<?php global $current_user; get_currentuserinfo(); ?>
<div class="comment-form <?php if (!have_comments()): echo "comment-form-border"; endif; ?>">
<ul>
<li>
<p class="avatarimg">
<?php if (/*avatarcheck($current_user->ID, $current_user->user_email) &&*/ strlen(get_avatar($current_user->ID, 50)) > 0) { ?>
<?php echo get_avatar($current_user->ID, 50); ?>
<?php } else { ?>
<img src="<?php bloginfo("template_url"); ?>/images/no-avatar-50-50.png" alt="No Avatar" class="avatar photo" width="50" height="50" />
<?php } ?>
</p>
<div class="form">
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<p>
<label for="comment" class="hide">Comment:<br /></label>
<textarea name="comment" id="comment" rows="5" cols="30" class="<?php // if (!get_avatar( $current_user->ID, 50 )) { echo "textarea-full"; } ?>"></textarea>
</p>
<p class="submit <?php // if (!get_avatar( $current_user->ID, 50 )) { echo "submit-full"; } ?>">
<input name="submit" type="submit" id="submit" value="Skomentuj" /> <span class="required"> * wpisz komentarz</span>
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
</p>
</form>
</div>
<div class="clear"></div>
</li>
</ul>
<div class="clear"></div>
</div>
<?php else: ?>
<p class="noregistered <?php if (have_comments()): echo "noregistered-comments" ; endif; ?>" style="color:<?php echo get_option('pinpress_' . $GLOBALS['themeprefix'] . '_post_text_color'); ?>"><a href="<?php bloginfo("url"); ?>/wp-login.php">Zaloguj sie</a> by skomentowac.</p>
<?php endif; ?>
<?php endif; ?>
any idea how to make commenters avatar visible ?
sorry for my english / site pingirl.pl
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Hi,
can anyone let me know the FB connect button not displaying in the user end, it is displaying in the admin login page?
Thanks in advacne
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Hi,
I just want to add a custom icon of facebook on the main page in the header. Is it possible some how to assign all the needed functions for this plugin to work. If not is there a php shortcode to apply a default FB button in the header?
Regards,
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Hi everyone,
I am using plugin for few days from now, it was working fine then all of a sudden it stopped connecting. The log in popup hangs and its title says cross domain receiver page and dont move. I didnt do anything with wordpress or plugins.
Please have a look at https://www.inspirenignite.com/forums/forum/electrical-engineering/ for an example.
Thanks prior.
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Hello AHupp,
Really i would like to thank you for this wonderful plugin.
I’ve a problem here is that i can’t get the original email address of the user, i’m getting an email like that “ID@wp-fbconnect.fake”
Is there a way to add the Email in the Scope array ?
Thanks in advance.
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>After activating the plugin, the facebook usernames stopped showing up properly. They now appear like so: <fb:name linked=”false” useyou=”false” uid=”XXXXXXXX”>XXXXXXXX</fb:name>
If i disable the plugin they work again :/
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>The message pop-up doesn’t display the entire message in Firefox 6. This makes adding a comment impossible since the “send” button is hidden. The problem doesn’t occur in Safari or Chrome, just Firefox 6.
Any suggestions? Is this a known problem?
Thanks!
-cassandra
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>i’ve checked all over the forums and still can’t get the button to show on IE. https://www.pacificbeachdeals.com/submit-a-deal/ in the sidebar.
using chrome or firefox, if the user IS logged into facebook and HAS registered, then the top right just asked the user to “log out of facebook”, where it should have them auto signed in with their facebook icon.
using chrome or firefox, if the user IS logged into facebook and ISN’T registered, then it creates some sort of fake registration for the user and then shows the facebook icon saying the user is logged in, where it should have the facebook connect button asking them to link this site to their facebook account.
weird, and definitely needs some love or something. I hope that either someone can help me figure this out with some code or that they upgrade the plugin to work? Not sure where to go from here. Thanks to anyone who can help me out with this ahead of time.
]]>I was using this plugin version 1.0.
Ok, I was logged in as member of my WordPress site. I was also logged in using Facebook via your plugin.
When I tried to comment, some weird Facebook error was shown.
Sorry I don’t have details of the Facebook error now.
Thanks,
Eric
the plugin gave an internal server error when facebook return some data
]]>Had to replace a few function names, nothing big, but not working in Chrome is a real downer. Gives funky error message in the console; Unsafe JavaScript attempt to access frame with URL localurl with URL facebookurl. Domains, protocols and ports must match.
]]>After logging in with this plugin, I would sometimes see the white screen of death, and other times all the content on my page would disappear. I found this in functions.php line 49:
FB.Event.subscribe('auth.sessionChange', function(response) {
if (response.session) {
jQuery('body').html('');
window.location.href=window.location.href;
} else {
jQuery('body').html('');
window.location.href=window.location.href;
}
});
And changed it to this:
FB.Event.subscribe('auth.sessionChange', function(response) {
location.replace("<?php echo bloginfo("url"); ?>");
});
[Please post code snippets between backticks or use the code button.]
Now everything works.
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Using the latest version I have conflicted with this bug over 5 times now..
Here’s my WPMU version and list of plugins that I use along side.
WP 3.0.5 www.ads-software.com Installation ( Upgraded from 1.0.4 )
Plugins: (Numbers display the order of installation)
1Contact Form 7
7Facebook Connect
6NextGEN Gallery
4Google Analyticator
2New User Email Setup
3Platinum SEO Pack
5Slimbox
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>When I save my secret and key I am just redirected the general settings page. I followed the install guide, but not seems to work. My blog is pretty much stock. The link to your FAQ doesn’t lead to anything.
]]>Digging the plugin, but have you guys got any idea what pulling in avatars from FB would take? That something being worked on?
Thanks!
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>I see that the plugin creates a new user, but is there a way to connect with a current user already logged in? It is being used with Theme my login, and works well, but it does not check to see if there is an existing user in the database. I have converted the user login names to their real names, and the email to show up as their fb email.
When I change line 204.
‘user_email’ => $fbusername.’@wp-fbconnect.fake’,
to a custom variable such as
‘user_email’ => $fbemail,
where $fbemail is something like [email protected], nothing shows up.
When I change it to something like
‘user_email’ => $fbemail.’@wp-fbconnect.fake’,
it shows up as [email protected]@wp-fconnect,fake
Any ideas why this would happen?
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>I’ve changed the setting FBC_USER_PROFILE_WINDOW to false in config.php and disable it.
It states that if its set to false, that it should be displayed elsewhere (which makes sense)
But how do I do this?
I would like to display it in the sidebar.
Thanks
Mike
How do I uninstall this plugin completely?
I have added API key and activated the plugin but deactivated and removed the plugin…
but my WordPress is still getting hit coz of this plugin…
Any solution to remove this plugin completely??
A quick response would be appreciated..
My referral log showing something like:
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Hi guys,
I’m using this plugin for a blog optimized for iPad. Is there any way to open the FB-login site inside a layer instead of a new page?
A similar function seems to exist, since after I write a comment a layer appears, asking me if I’d like to submit my comment to my FB wall.
Any suggestions?
]]>How can i change the position of the connect button on the login screen and the like button on posts.
I can’t use fbc_display_login_button for the connect button because it doesn’t work in internet explorer.
Cheers
]]>Firstly, if I’m logged into WordPress on another tab, it automatically logs me in and won’t let me log out unless I completely log out of facebook too. This is a hassle when I want to use my admin account but only can when I’m not using facebook. I should be given a choice.
Secondly, I try to post to my wall and get the following error:
Fatal error: Call to undefined method FacebookRestClient::stream_publish() in /home/emdion09/public_html/mrandmrsdion.com/wp-content/plugins/wpbook/publish_to_facebook.php on line 101
When wp-facebookconnect is enabled, I can’t use my admin account. I can login with facebook accounts, but when I try to login with my admin account, it just returns me to the login screen with no errors.
I disabled all plugins (via mysql) and logged in fine with my admin account. When I click on ‘activate’ under Facebook Connect, I’m immediately taken to the login screen.
]]>Fire Fox works great, but for some reason the facebook connect button is not appearing at all in IE (internet explorer). Any one else having this issue? I even tried directly inserting the FB code and it still isn’t
showing. I suspect its a style rendering issue.
https://www.liveoutloud.info/wp/events/the-young-trailblazers-9th-annual-gala-photos/
Thanks for your help
Jess
I’ve experienced this same problem with a couple of Facebook connect plugins and on a couple of different computers, one running Safari 4 and one running 5.0.1. The plugin works great in Chrome and Firefox.
When I click the Connect button it opens a new window asking to allow Facebook to connect with the website. When I click the allow button the site is opened in the smaller window without scrollbars. In Chrome, that small window closes and you are now logged in to the website.
Any ideas?
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Before using FBConnect, I had my own, admin user for my blog. Now, after installing this plugin, it always automatically logs me in as my Facebook user. Which is annoying, and I want to link those two.
Is it possible to do?
https://www.ads-software.com/extend/plugins/wp-facebookconnect/
]]>Is there a way to move the Facebook Connect scripts inside of my theme so that it will load faster. I have seen this in the FAQ:
Loading of these page elements is triggered by the call to FBConnect.init(…) generated in fbc_footer. If there is large amount of JavaScript (e.g., ads or tracking) that appears before that call it will slowdown Facebook Connect loading. Make sure the FBConnect.init(…) call comes as close to the end of all XFBML content as possible.
My theme contains a lot of scripts that need to load, so I am sure that this is slowing down the response time. I just want to make it so that it is faster refresh when someone initially connects.
]]>API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.
Is there something more I need to setup on the FB application side or is this just not compatible at all with 3.0.1?
]]>WP-FacebookConnect users apparently can only leave comments. Can they be WP “Authors” so that they can make new posts?
]]>I installed this thinking it would help with getting FB Connect to work with bbpress. That hasn’t worked yet, but in the meantime, I’m now getting a terribly annoying little “hello NAME…” popup in the upper right corner of all pages.
Is that how this is supposed to work? How can I get rid of this? It’s a useless nuisance to readers.
]]>