=== Plugin Name === Contributors: guillaumev Donate link: http://www.viguierjust.com Tags: linkedIn, resume, CV, curriculum, vitae Requires at least: 2.7 Tested up to: 3.0.1 Stable tag: 1.0.2 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. Here is a list of the shortcodes you can use: 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_status]</h2>

<h3>Experiences</h3>
[linkedinsc_exp]
<div style="float: left; width: 150px;">[linkedinsc_exp_start] - [linkedinsc_exp_end]</div>
<div style="margin-left: 150px;">
<b>[linkedinsc_exp_title]</b>, <a href="[linkedinsc_org_link]">[linkedinsc_org_name]</a>
<em>[linkedinsc_org_sector]</em>
[linkedinsc_exp_description]
</div>
[/linkedinsc_exp]
<h3>Education</h3>
[linkedinsc_edu]
<div style="float: left; width: 150px;">[linkedinsc_edu_start] - [linkedinsc_edu_end]</div>
<div style="margin-left: 150px;">
<b>[linkedinsc_edu_title]</b>
<em>[linkedinsc_edu_degree] in [linkedinsc_edu_major]</em>
[linkedinsc_edu_notes]
</div>
[/linkedinsc_edu]
<h3>Computer skills and languages</h3>
<div style="margin-left: 150px;">
[linkedinsc_skills]
</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. == Installation == 1. Download it 2. Install it 3. Follow the instructions in the Description section == Changelog == = 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