=== 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 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:
[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 = First version