=== LinkedIn SC === Contributors: guillaumev Donate link: http://www.viguierjust.com Tags: linkedIn, resume, CV, curriculum, vitae Requires at least: 2.7 Tested up to: 3.1 Stable tag: 1.1.9 Parses your linkedIn resume and allows you to display it using Shortcodes. == Description == This plugin will parse your linkedIn profile and allow you to display it on any page or post using shortcodes, therefore allowing you to customize the display. You can choose to parse your LinkedIn public profile or use the LinkedIn API to parse your private profile fields. Here is a list of the shortcodes you can use (see http://developer.linkedin.com/docs/DOC-1061 for reference): NEW: you can also use shortcodes to parse company public profiles: Here is an example of how you could format your CV using those shortcodes:
[linkedinsc profile="guillaumev" lang="en"]
<h2 style="text-align: center;">[linkedinsc_headline]</h2>
<h3>Experiences</h3>
[linkedinsc_positions]
<div style="float: left; width: 150px;">[linkedinsc_position_start_date] - [linkedinsc_position_end_date]</div>
<div style="margin-left: 150px;">
<b>[linkedinsc_position_title]</b>, [linkedinsc_position_company_name]<br />
<em>[linkedinsc_position_company_industry]</em><br />
[linkedinsc_position_summary]<br /><br />
</div>
[/linkedinsc_positions]
<h3>Education</h3>
[linkedinsc_educations]
<div style="float: left; width: 150px;">[linkedinsc_education_start_date] - [linkedinsc_education_end_date]</div>
<div style="margin-left: 150px;">
<b>[linkedinsc_education_school_name]</b><br />
<em>[linkedinsc_education_degree] en [linkedinsc_education_field_of_study]</em><br />
[linkedinsc_education_notes]<br /><br />
</div>
[/linkedinsc_educations]
<h3>Computer skills</h3>
<div style="margin-left: 150px;">
[linkedinsc_skills]
[linkedinsc_skill_name]: [linkedinsc_skill_years_name] years of experience <br />
[/linkedinsc_skills]
</div>
<h3>Languages</h3>
<div style="margin-left: 150px;">
[linkedinsc_languages]
[linkedinsc_language_name]: [linkedinsc_language_proficiency_name] <br />
[/linkedinsc_languages]
</div>
<h3>Certifications</h3>
<div style="margin-left: 150px;">
[linkedinsc_certifications]
[linkedinsc_certification_name]
[/linkedinsc_certifications]
</div>
<h3>Personal interests</h3>
<div style="margin-left: 150px;">
[linkedinsc_interests]
</div>
[/linkedinsc]
Finally, note that you can set the format of the date in the plugin settings page. **The LinkedIn API part is for now considered as experimental** **In order to use LinkedIn API, you NEED to have SSL enabled for your admin backend. Set FORCE_SSL_ADMIN to true in your configuration: http://codex.wordpress.org/Administration_Over_SSL** This plugin was sponsored by CSRJobs. == Installation == 1. Download it 2. Install it 3. Follow the instructions in the Description section 4. A detailed configuration process to use LinkedIn API is available here: http://www.viguierjust.com/en/2011/02/07/using-linkedin-sc-with-linkedin-api/ == Changelog == = 1.1.9 = * Fixed some HTML parsing bugs = 1.1.8 = * Fixed small bugs = 1.1.7 = * Fixing a small bug when trying to display a linkedin profile on the user profile page = 1.1.6 = * Added the parsing of LinkedIn public company profiles = 1.1.5 = * Added a functionality that allows your users to easily display their LinkedIn CV on their profile page. Requires the use of LinkedIn API = 1.1.4 = * Fixed bugs in public profile parsing = 1.1.3 = * Updated public profile parsing due to LinkedIn public profile's HTML change = 1.1.2 = * Fixed T_PAAMAYIM_NEKUDOTAYIM bug * Implemented LinkedIn exchange API: http://developer.linkedin.com/docs/DOC-1252 * You can now parse any profile (including non-english profiles) using LinkedIn API = 1.1.1 = * Fixed critical bug for use with LinkedIn API = 1.1.0 = * Major changes * It is now possible to parse private fields using LinkedIn API * Various shortcodes added (see full list in plugin's instructions) * Older shortcodes are now deprecated but left for compatibility reasons = 1.0.6 = * Added [linkedinsc_honors] shortcode * Added [linkedinsc_groups] shortcode = 1.0.5 = * Supporting all types of public profiles (see http://wordpress.org/support/topic/plugin-linkedin-sc-please-support-all-types-of-public-profiles) = 1.0.4 = * Fixing bug with Simple Facebook Connect module (see http://wordpress.org/support/topic/plugin-linkedin-sc-regarding-linkedin_sc_exp_num-and-linkedin_sc_edu_num) = 1.0.3 = * Fixed a bug in the support for br tags (see http://wordpress.org/support/topic/plugin-linkedin-sc-all-the-line-breaks-are-gone) = 1.0.2 = * Fixed the missing headline title bug (see http://wordpress.org/support/topic/plugin-linkedin-sc-missing-headline-title) * Added support for br tags (see http://wordpress.org/support/topic/plugin-linkedin-sc-all-the-line-breaks-are-gone) = 1.0.1 = * Added the [linkeinsc_org_full_link] shortcode * Added the [linkedinsc_summary] shortcode = 1.0 = * First version == Upgrade Notice == = 1.1.0 = Please note that older shortcodes are now deprecated. They have been left in the plugin for compatibility reasons but will be removed in the future. Think about updating your shortcodes ! The full list of the new shortcodes is available on the plugin description page.