Topic-icon cannot get JFBConnect linkedin button to show on easysocial V2.0

Active Subscriptions:

None
Hi there, I am using the latest version of Joomla 3.6 and also your own componenet v7.1 and also easysocial 2.0 and basically I want to use LinkedIn single signon and for it to show on the page here: www.teamstory.co/network/login - however all that shows is facebook and not the LinkedIn option.

I would also like the LinkedIn button to show at the top of this page here: www.teamstory.co/register2 however no joy there either.

I have followed this tutorial but this has not worked for me as you can see www.sourcecoast.com/jfbconnect/docs/thir...ation-for-easysocial

Also I just tried getting the LinkedIn button to show up on its own using the code you find here: www.teamstory.co/linkedin but as you can see once more not much joy. can you please take a look and see if you can spot anything?

Any help would be much appreciated. Thanks
The topic has been locked.
Support Specialist

Hi there, I am using the latest version of Joomla 3.6 and also your own componenet v7.1 and also easysocial 2.0 and basically I want to use LinkedIn single signon and for it to show on the page here: www.teamstory.co/network/login - however all that shows is facebook and not the LinkedIn option.

The LinkedIn button is showing for me when I visit this link.

I would also like the LinkedIn button to show at the top of this page here: www.teamstory.co/register2 however no joy there either.

This is the EasySocial registration page. We do not have control over this page. If you have the option to integrate JFBConnect enabled and the button is not showing here with that option, then you will need to do a template override of the page.
An alternative would be to set the Registration Component option in JFBConnect to EasySocial. Then whenever the LinkedIn button is pressed from any page (if Automatic Registration is disabled), the user will be directed through to this EasySocial registration flow with the mapped profile fields filled out.

Also I just tried getting the LinkedIn button to show up on its own using the code you find here: www.teamstory.co/linkedin but as you can see once more not much joy. can you please take a look and see if you can spot anything?

The LinkedIn button is also showing for me when I visit this link as well.

-Melissa
The topic has been locked.
Active Subscriptions:

None
Thanks Melissa, this is very helpful. I have one more question around the LinkedIn button or any button. I want to create my own button and i was just wondering how i would create a href link to the JFBConnect process then. I am not sure how to create this link here and any help would be great as I will need to do it for LinkedIn - twitter and google. Thanks
The topic has been locked.
Support Specialist
If you have your own image, you can follow the guide here on how to add it to JFBConnect and use it throughout the component instead of the standard social login buttons.
The topic has been locked.
Active Subscriptions:

None
Hi Melissa, its more that I want to be able to link to it from a text link also you see so just changing the image would not help massively. I am looking to put a text link behind these buttons you see here for example: www.teamstory.co/component/jabuilder/builder

however i am not sure of the format of the link if you understand me correctly?
The topic has been locked.
Support Specialist
You should be able to do a link like the following:
<a href="javascript:void(0)" onclick="jfbc.login.provider('facebook');"><img src="/linktoimage.jpg" /></a>
or
<a href="javascript:void(0)" onclick="jfbc.login.provider('facebook');">Your Text Here</a>

Then for the other buttons, you would change the provider name to be 'twitter' or 'linkedin'.
The topic has been locked.