Muliple Social Linked Accounts – UserPro Forums https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/feed/ Sat, 18 May 2024 19:00:28 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-25173 <![CDATA[Muliple Social Linked Accounts]]> https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-25173 Sat, 08 Mar 2014 12:18:05 +0000 Robin Tabari Hey Ahmed,

I’ve noticed on your profile, you have multiple social accounts linked all in one.

How do you do this?

As it says that you have your facebook, and twitter linked.

]]>
https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36694 <![CDATA[Reply To: Muliple Social Linked Accounts]]> https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36694 Sat, 10 May 2014 10:00:52 +0000 kabadabra How does one do this? Would also like to know please 🙂

]]>
https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36696 <![CDATA[Reply To: Muliple Social Linked Accounts]]> https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36696 Sat, 10 May 2014 10:09:30 +0000 Nexnivis You just have to log with Facebook and Twitter (assuming you are using the same email adress on both)

If an account with the same mail is found in the database, informations are “merged”.

]]>
https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36706 <![CDATA[Reply To: Muliple Social Linked Accounts]]> https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36706 Sat, 10 May 2014 11:06:31 +0000 kabadabra I have a different email address for my Google+ account and another for my Facebook account – is there no other way of linking them?

]]>
https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36711 <![CDATA[Reply To: Muliple Social Linked Accounts]]> https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36711 Sat, 10 May 2014 11:12:13 +0000 admin If you’re LOGGED IN ALREADY ( You can use the new social shortcode! [userpro_social_shortcode] ) This can allow user to login with another social account, if he’s already logged in he will have two LINKED social accounts.

How?

Say user is LOGGED in with Facebook already, and you show him this shortcode:

[userpro_social_connect] in his profile edit form. If he try to login with twitter, the code will check first if he is LOGGED IN

if (userpro_is_logged_in()) {
$this->update_twitter_id( get_current_user_id(), $user_info[‘id’] );
wp_redirect( $this->permalink() );
}

If he’s logged in, his current USER ID is updated with twitter ID and he can connect automatically and he will be connected to two networks.

This is now possible with the new social shortcode which will appear IF LOGGED IN/ OR NOT

]]>
https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36722 <![CDATA[Reply To: Muliple Social Linked Accounts]]> https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36722 Sat, 10 May 2014 11:36:11 +0000 kabadabra Great thanks Ahmed, that cleared a lot up for me, really smart implementation.

Tested and working great! 😀

]]>
https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36724 <![CDATA[Reply To: Muliple Social Linked Accounts]]> https://forum.userproplugin.com/forums/topic/muliple-social-linked-accounts/#post-36724 Sat, 10 May 2014 12:05:13 +0000 admin Thank you 🙂

]]>