Hi, I am not a coder, but can help test this module and perhaps give a few ideas out. A couple of questions,

1) I have Advanced Profile Kit installed, and it would be great to have a CCK field or any other way of filling the "about me" aspect of APK uprofile with LinkedIn data, Ideally, of course, I should like to see the users complete public profile on my site. Any way of doing this?

2) a Log-In with LinkedIn button, twitter style? Perhaps it is in planning?

Comments

greg.harvey’s picture

Title: How to work with Content Profile or Advanced Profile Kit? » CCK integration
Category: support » feature

Ok, so this is really a feature request for CCK integration, which I guess was inevitable... ;-)

Re: your second feature request, I'm not sure what you mean but could you please raise a separate feature request issue for it and go in to more detail, perhaps a screenshot of the Twitter feature you're talking about? But in another issue please - one issue per feature request.

Thanks for testing! =)

bellesmanieres’s picture

CCK integration will for sure be implemented, the question is when, as is it will take some time, especially if we want it to be flexible (letting admin choosing which fields from the profile they want to appear, ordering and theming them...)

A quick workaround for now would be to put the following in your theme's node-profile.tpl.php (or whatever is named your content profile)

$account = user_load($node->nid);
print linkedin_profile_display($account); 

(untested, but should do the trick)

deltab’s picture

Okay, so assuming I want the LinkedIn profile to show in the content profile tpl.php, and make the tab disappear (it is a redundancy), what do I do? Just put untested suggestions here, and I can test them out.

bellesmanieres’s picture

Status: Active » Closed (won't fix)

Closing this. Should go to D7 fields somehow, unlikely to get backported to D6.