renet
Forum Replies Created
-
Well, it works fine, if “Nextend … Connect” creates a new user. But if I want to add my Google account to a WP user that already exists, the old avatar of the WP user remains.
Keeping the old avatar is actually good, when you’re linking accounts, as you don’t know, whether a user wants to overwrite the existing avatar, or not. But it’s not yet possible for the user to “take over” the Google avatar later (at least not in my case). Adding this feature would be great, especially as it gives the user the possibility to choose, if he has connected Facebook, Twitter and Google to the same WP account.
Still the same problem… Maybe the difference to your tests is: I have 2 Google Accounts combined in one. Google offers the possibility to add more accounts to your existing account. This way you can add (connect) 2 or more YouTube accounts to your Google+ account, for example.
When trying to login / linking the WP account with a Google account, Google asks which of the accounts you want to use. Of course, I always chose the same account for my tests. Would it help you, if I gave you some DB contents used by your plugin, after I connected both WP accounts with the same Google account?
Ah I see. I have the same problem with some widgets for the theme I’m developing right now. I worked around this by outputting some default value, if the respective settings field is empty (or has not yet been saved).
It works now. The only thing I don’t like is that the user gets logged out automatically, afterwards. Can you please make this optional?
Also, I saw that you added the unlink function to the Facebook plugin only. It would be great to have it for Twitter and Google, as well. π
Thank you! But it seems not to work, if an account connection has been made with an older version? At least I can’t find the unlink-buttons in my profile… Though I can now see the “Social connect” headline in my profile, but without any content. Can you please take a look at this? Thanks!
PS: If you added the “force password change” function, as requested: I found that a newly connected user recieves an e-mail with a generated password after he logged in with a social network for the first time. So this feature would no longer be required. (I didn’t see the e-mail at first, because it went straigt to my spam folder. :))
Forum: Plugins
In reply to: [Nextend Social Login and Register] Is it Possible to Save "user_url"?I’d be looking forward to seeing this feature implemented, as well. Even better: If the user has a website set in Facebook, use this website as value for the user_url.
Forum: Plugins
In reply to: [Facebook] Any plans to include FB authentication anytime soon?I agree on this.
The “Login with Facebook” functionality should definitely be included soon. This is, what many bloggers want, when they’re looking for a Facebook plugin.
Please tell us, if and when we can expect this feature to be added. Thank you!
Forum: Plugins
In reply to: [WP Favorite Posts] No option to "add to favourites" on postsAfaik, you need to insert the following code to your themes template files where you want the favorite-link to appear:
<?php if(function_exists('wpfp_link')) wpfp_link(); ?>Forum: Fixing WordPress
In reply to: Category cloud for direct sub-categories of a certain categoryNobody got an idea? Any simple alternatives are welcome. π
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Let WP create notes on my personal FB wallBecause
1. WPBook only posts links that show an excerpt of the post.
2. I can mark/tag people in notes.
π
Atm I miss some PHP specifications to use Facebook CommentsTNG (That’s the Plugin you were talking of, Brandon, right?) but I think my hoster will fix that for me. If the plugin does what it promises, it’s exactly what I was looking for.
Thanks again!
RenΓ©
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Let WP create notes on my personal FB wallsorry, double post.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Let WP create notes on my personal FB wallThank you. I’ll take a look at Notes TNG. I expect Facebook to end its notes import service soon: Earlier you were able to force an updates of your notes imports by clicking “refresh” in the options link on the right top of your wall. Now you can find a message there that says that facebook no longer supports importing contents because most pages support pushing contents to the FB wall themselves now.
And: Do you also have a solution for the Notes / WP synchronization, if somebody wants to synchronize more than one blog?
Forum: Themes and Templates
In reply to: Plugin for menu with submenu?Hey there, I don’t thinkt there’s a plugin that can do this for you. It’s more a template/theme thing. So you will have to look for a template that behaves that way.
Forum: Fixing WordPress
In reply to: WP 2.3 – automatically removes certain tags like DIVwhy does wp even replace some tags? is there a way to completely turn off tag-replacement?
Forum: Plugins
In reply to: activate newly registered membersi’m using this plugin: http://wordpress.org/extend/plugins/members-only
Forum: Plugins
In reply to: activate newly registered membersthanks, but this doesn’t solve the problem. the newly registered user is still able to login to my blog, even though he’s not allowed to go to the user-profile page…