Topic-icon Custom Jlinked Image

Active Subscriptions:

None
11 years 2 months ago #30392 by morefittraining
Hi, If I use this: [a href="javascript:void(0)" onclick="jfbc.login.login_custom();">stion is, how do I do that for the Jlinked login? I see that onlick="jfbc.login..... but what is it for JLinked?

Thanks.
The topic has been locked.
Support Specialist
11 years 2 months ago #30399 by alzander
Replied by alzander on topic Custom Jlinked Image
Unfortunately, we don't have that ability in JLinked yet. We will be adding that in the upcoming v2.0 release, due out in February. That will make the login button much more flexible, which we realize is important.

Hope that helps explain,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 1 month ago #31796 by davlar
Replied by davlar on topic Custom Jlinked Image
HI - I am trying to do this. Any update? Is the code: jlinked.login.login_custom?
The topic has been locked.
Active Subscriptions:

None
11 years 1 month ago #31797 by davlar
Replied by davlar on topic Custom Jlinked Image
My link like this:
<a href="javascript:void(0)" onclick="jlinked.login.login();" class="modernlinked socle" style="text-align:center;"><span class="linkedinlogo" >in</span> &nbsp;or <span class="linkedin">LinkedIn</span></a></h2>
seems to work. Although the authorisation page does not load in a modal window as presumably was intended. Grateful for your advice. (profr.me)

Also, profile fields are not imported. JLinked is telling me I have no profile plugins activated, but I have the the social profiles 5.0 for jomsocial installed. Any advice?
The topic has been locked.
Support Specialist
11 years 1 month ago #31799 by alzander
Replied by alzander on topic Custom Jlinked Image
The login page will not load in a modal. It's a redirect to LinkedIn and you can't load it in a popup on the site. LinkedIn's terms of service specifically require that the URL be shown in the address bar when the user is logging in so that they can verify they are actually logging into Linkedin and not being 'tricked' to giving their credentials.

As for the profile plugins, just to make sure:
* You upgraded to JLinked v2.0
* You re-installed the new Social Profile plugin for JomSocial (there used to be a separate JLinkedProfile plugin which is not used anymore)
* Since you're using JFBConnect, can you check that the JomSocial profile plugin shows up as enabled there.. assuming you have upgraded to JFBConnect v5.0.0

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 1 month ago #31816 by plezi69
Replied by plezi69 on topic Custom Jlinked Image
Hi, I just subscribed to this wonderful component and I too looking for a customization login image just like jfb. I am using the lastest jlink version 2.0. Any tips/guide would be very appreciated.

Thanks
Robert
The topic has been locked.
Active Subscriptions:

None
11 years 1 month ago #31822 by davlar
Replied by davlar on topic Custom Jlinked Image
Yes - this seems to work: <a href="javascript:void(0)" onclick="jlinked.login.login();">put your image or link here</a>
The topic has been locked.
Support Specialist
11 years 1 month ago #31825 by alzander
Replied by alzander on topic Custom Jlinked Image
Robert,
Sorry for the delay. David's suggestion is the proper way to use your own custom image for the login button. You can use any size image you want.

When done, the code looks like the below. Please make sure that you replace the image link path with the actual path for your image:
<a href="javascript:void(0)" onclick="jlinked.login.login();"><img src="/link-to-your-image.jpg" /></a>
Should you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 1 month ago #31826 by plezi69
Replied by plezi69 on topic Custom Jlinked Image
Hi,

I got it working, thanks. :) One more question, I am not familiar with this component yet but I am wondering if this is a normal behavior of the this component. When a user click on the login module, it takes you to linkin site for authorization, then back to my site for a normal registration without pulling the info of the users.. I thought it would act the same way as facebook does without registration of any kind
The topic has been locked.
Support Specialist
11 years 1 month ago #31841 by alzander
Replied by alzander on topic Custom Jlinked Image
Plezi,
Yes, that's normal for now. We are planning to have the automatic registration ability available in the 2.1 release, which should be out in 1-2 months.

Hope that helps answer your question,
Alex
The topic has been locked.