Is there a way to display connections on my site?

6 posts / 0 new
Last post
Sean Stanley's picture
Joined: 09/22/2011
Fri, 02/10/2012 - 12:01
Is there a way to display connections on my site?

Is there a way to display connections on my site?

For example, say a user who is logged in to Linkedin in a separate window, comes to my blog. Is there a way to display to that user, on my blog, that we are 1st/2nd/3rd level connections? (I'm thinking a simple Linkedin logo with the 1st/2nd/3rd icon next to it) Doesn't look like there's a plug-in for that. Is there a way to do it in JS?

Thanks,

Sean

Jeremy Johnstone's picture
Developer Advocate
Joined: 04/17/2011
Fri, 02/10/2012 - 16:18

Hi Sean,

That's possible via the JS API, but would require them to click a "login" link first. If that's acceptable to you, let me know and I will whip up a short little code sample to get you started.

-Jeremy

Joined: 02/19/2012
Sun, 02/19/2012 - 15:44

Hi Jeremy,

Could you flip the plug in for my site ?

Thanks, Khalirou

Jeremy Johnstone's picture
Developer Advocate
Joined: 04/17/2011
Mon, 02/20/2012 - 01:34

Hi Khalirou,

My apologies, but what do you mean by "flip the plug in for my site"?

-Jeremy

Joined: 02/19/2012
Mon, 02/20/2012 - 15:51

Sorry Jeremy, I meant if I can get the code for the pugin

Jeremy Johnstone's picture
Developer Advocate
Joined: 04/17/2011
Tue, 02/21/2012 - 20:25

Hi Khalirou,

There isn't an existing plugin for that, we have an API, but you would need to write code against it.

-Jeremy