Finally! Social Connect Shortcode Only – UserPro Forums https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/feed/ Sun, 28 Apr 2024 21:19:17 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36567 <![CDATA[Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36567 Fri, 09 May 2014 00:42:43 +0000 admin The upcoming official release of v1.0.88 includes a social connect shortcode with custom options to allow you to plug social connect apart from your main login/register form, anywhere you wish – whether the user is logged in or not.

The social shortcode can be integrated in post content, or via php method:

[userpro_social_connect] is the shortcode!

PHP way:

The options are:

– You can show/hide facebook, twitter, google+. This means that you can enable / disable specific button to allow users to connect, you can also control the width of button(s), plus button title for each network.

e.g. facebook_title=”Sign In with Facebook”

e.g. facebook=0 will turn off facebook.

e.g. width=”300px” will make the button width 300px

e.g. twitter_title=”Sign with Twitter!” will adjust the button title for Twitter.

etc.

This new feature DOES NOT USE IMAGES, It uses css only plus customizable text/language as you see. So it will fit in any site, size, and no images required.

This long awaited shortcode is already available in the “developing v1.0.88” in customer portal.

Many thanks ! 🙂

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36570 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36570 Fri, 09 May 2014 07:49:45 +0000 Robin Tabari Fantastic news!

Is there a way I can download v 1.0.87 though, as my profile photos are unable to upload.

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36571 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36571 Fri, 09 May 2014 07:52:35 +0000 FXsuccess UK Great news for us. We are waiting. 🙂

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36576 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36576 Fri, 09 May 2014 09:19:41 +0000 Wow Ahmed, just tried this out and it is fantastic. Really great idea, so thank you to whoever suggested it! This provides a lot of flexibility to push website users to register with social connect rather than the regular way, and once you provide an update for facebook viral marketing I think this new shortcode in combination with viral marketing will really help a website to increase it’s membership! I also love how it is CSS based and not image based It will look great on retina devices!

Great work

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36578 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36578 Fri, 09 May 2014 09:27:12 +0000 also what is the google shortcode to turn off google in the shortcode? Is it:

google=0
google_plus=0
googleplus=0
google+=0

Thanks

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36579 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36579 Fri, 09 May 2014 09:29:58 +0000 admin @Robin Can you please tell me what’s the problem you have with photo upload in v1.0.88? It should be very little conflict, and I can help you fix it. 🙂

@FXsuccess UK This update is available soon. 🙂

@peem Yes, I love that it does not depend on Images anymore, and people always asked for BIG social connect buttons, because this invite more users to sign up. The nice thing about shortcodes is that you can plug it anywhere. The width of button takes the entire width of its column 100% by default, or custom width you specify via shortcode. So you can place it floated next to login form, or place it above everything to give it more priority and focus, etc. 🙂

Many thanks – I am still working on v1.0.88 and hope to do some more things before I release it soon

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36580 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36580 Fri, 09 May 2014 09:31:03 +0000 admin Hi @peem I’ll document it as soon as I release this version in DOCS site, to turn off google, google=0 here are all args:

$defaults = array(
‘width’ => ‘auto’,
‘facebook’ => 1,
‘facebook_title’ => __(‘Login with Facebook’,’userpro’),
‘facebook_redirect’ => ‘profile’,
‘twitter’ => 1,
‘twitter_title’ => __(‘Login with Twitter’,’userpro’),
‘google’ => 1,
‘google_title’ => __(‘Login with Google+’,’userpro’),
);

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36587 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36587 Fri, 09 May 2014 09:37:47 +0000 @ahmed You may have an issue with hiding the google+ button in the shortcode. google=0 does not hide the google+ button for me. The facebook and twitter =0 works just not google+.

This is the shortcode I used: [userpro_social_connect facebook=0 twitter=0 google=0] The result is Google+ is the only one that shows.

With this shortcode [userpro_social_connect google=0] all the buttons show when google+ should be hidden.

Can you check this on your end please

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36589 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36589 Fri, 09 May 2014 09:42:09 +0000 admin Strange 🙁 That code [userpro_social_connect facebook_title=”Sign In with Facebook” width=”300px” google=0]

hides google for me. :/ That’s strange.

]]>
https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36599 <![CDATA[Reply To: Finally! Social Connect Shortcode Only]]> https://forum.userproplugin.com/forums/topic/finally-social-connect-shortcode-only/#post-36599 Fri, 09 May 2014 10:28:38 +0000 I have just tried uploading the latest version again and now it works fine. Very weird as it wasn’t working for me before! Please accept my apology for bringing up a false issue

]]>