LinkedIn SC Wordpress Plugin - Rating, Reviews, Demo & Download

LinkedIn SC Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin 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.

Screenshots

No screenshots provided


Reviews & Comments