Plugin / LinkedIn SC

Guillaume Viguier-Just

Description

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):

  • [linkedinsc profile=”guillaumev” lang=”en”]: main shortcode, give here your profile name and the language you want your CV to be displayed in. Note that you can also use a full profile URL instead of your username
  • [linkedinsc_first_name]: displays your firstname
  • [linkedinsc_last_name]: displays your lastname
  • [linkedinsc_headline]: displays your headline
  • [linkedinsc_location_name]: displays your current location
  • [linkedinsc_industry]: displays your industry (only available if using LinkedIn API)
  • [linkedinsc_summary]: displays your summary
  • [linkedinsc_current_status]: displays your current_status (only available if using LinkedIn API)
  • [linkedinsc_proposal_comments]: displays your proposal comments (only available if using LinkedIn API)
  • [linkedinsc_specialties]: displays your specialties
  • [linkedinsc_associations]: displays your associations (only available if using LinkedIn API)
  • [linkedinsc_honors]: displays your distinctions
  • [linkedinsc_interests]: displays your interests
  • [linkedinsc_picture_url]: displays the link to your profile picture (to be included in the src attribute of an img tag)
  • [linkedinsc_groups]: displays your linkedin groups
  • [linkedinsc_certifications]: each certification will be displayed according to the format given in the content of this shortcode (only available if using LinkedIn API)
  • [linkedinsc_certification_name]: name of the certification (only available if using LinkedIn API)
  • [linkedinsc_certification_authority]: name of the authority of the certification (only available if using LinkedIn API)
  • [linkedinsc_certification_number]: number of the certification (only available if using LinkedIn API)
  • [linkedinsc_certification_start_date]: start date of the certification (only available if using LinkedIn API)
  • [linkedinsc_certification_end_date]: end date of the certification (only available if using LinkedIn API)
  • [linkedinsc_educations]: each education will be displayed according to the format given in the content of this shortcode
  • [linkedinsc_education_school_name]: school name
  • [linkedinsc_education_degree]: degree
  • [linkedinsc_education_field_of_study]: field of study
  • [linkedinsc_education_start_date]: start date of the formation
  • [linkedinsc_education_end_date]: end date of the formation
  • [linkedinsc_education_notes]: description of the formation
  • [linkedinsc_positions]: each position will be displayed according to the format given in the content of this shortcode
  • [linkedinsc_position_title]: title of the position
  • [linkedinsc_position_company_link]: link to the company of the position (available only if using LinkedIn public profile)
  • [linkedinsc_position_company_name]: name of the company
  • [linkedinsc_position_company_full_link]: will display a link to the company if there is one, and only the name of the company if the link is empty
  • [linkedinsc_position_company_industry]: industry of the organization
  • [linkedinsc_position_start_date]: start date of the position
  • [linkedinsc_position_end_date]: end date of the position
  • [linkedinsc_position_summary]: summary of the position
  • [linkedinsc_languages]: each language will be displayed according to the format given in the content of this shortcode (only available if using LinkedIn API)
  • [linkedinsc_language_name]: name of the language (only available if using LinkedIn API)
  • [linkedinsc_language_proficiency_level]: proficiency level of the language (only available if using LinkedIn API)
  • [linkedinsc_language_proficiency_name]: proficiency name of the language (only available if using LinkedIn API)
  • [linkedinsc_patents]: each patent will be displayed according to the format given in the content of this shortcode (only available if using LinkedIn API)
  • [linkedinsc_patent_title]: title of the patent (only available if using LinkedIn API)
  • [linkedinsc_patent_summary]: summary of the patent (only available if using LinkedIn API)
  • [linkedinsc_patent_number]: number of the patent (only available if using LinkedIn API)
  • [linkedinsc_patent_status_name]: status name of the patent (only available if using LinkedIn API)
  • [linkedinsc_patent_office_name]: office name of the patent (only available if using LinkedIn API)
  • [linkedinsc_patent_inventors_name]: name of the inventors of the patent (only available if using LinkedIn API)
  • [linkedinsc_patent_date]: date of the patent (only available if using LinkedIn API)
  • [linkedinsc_patent_url]: url of the patent (only available if using LinkedIn API)
  • [linkedinsc_publications]: each publication will be displayed according to the format given in the content of this shortcode (only available if using LinkedIn API)
  • [linkedinsc_publication_title]: title of the publication (only available if using LinkedIn API)
  • [linkedinsc_publication_publisher_name]: name of the publication (only available if using LinkedIn API)
  • [linkedinsc_publication_authors_name]: name of the authors of the publication (only available if using LinkedIn API)
  • [linkedinsc_publication_date]: date of the publication (only available if using LinkedIn API)
  • [linkedinsc_publication_url]: url of the publication (only available if using LinkedIn API)
  • [linkedinsc_publication_summary]: summary of the publication (only available if using LinkedIn API)
  • [linkedinsc_skills]: each skill will be displayed according to the format given in the content of this shortcode (only available if using LinkedIn API)
  • [linkedinsc_skill_name]: name of the skill (only available if using LinkedIn API)
  • [linkedinsc_skill_proficiency_level]: proficiency level of the skill (only available if using LinkedIn API)
  • [linkedinsc_skill_proficiency_name]: name of the proficiency of the skill (only available if using LinkedIn API)
  • [linkedinsc_skill_years_name]: number of years of experience (only available if using LinkedIn API)

NEW: you can also use shortcodes to parse company public profiles:

  • [linkeindsc_company id=”1661471″]: main company shortcode, will parse the company located at http://www.linkedin.com/company/1661471
  • [linkedinsc_company_name]: name of the company
  • [linkedinsc_company_logo]: URL of the company’s logo as it appears on LinkedIn
  • [linkedinsc_company_description]: description of the company
  • [linkedinsc_company_specialties]: specialties of the company
  • [linkedinsc_company_type]: type of the company
  • [linkedinsc_company_size]: size of the company
  • [linkedinsc_company_website]: URL of the company’s website
  • [linkedinsc_company_industry]: industry of the company
  • [linkedinsc_company_founded]: year the company was founded

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: https://codex.wordpress.org/Administration_Over_SSL

This plugin was sponsored by CSRJobs.

Ratings

0
0 reviews

Rating breakdown

Details Information

Version

1.1.9

First Released

26 Aug, 2010

Total Downloads

13,456

Wordpress Version

2.7 or higher

Tested up to:

3.1.4

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.