Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

LinkedIn SC

Descrizione

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.

Installazione

  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/

Recensioni

Leggi tutte le recensioni di 0

Contributi e sviluppo

“LinkedIn SC” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “LinkedIn SC” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

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 https://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 https://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 https://wordpress.org/support/topic/plugin-linkedin-sc-all-the-line-breaks-are-gone)

1.0.2

  • Fixed the missing headline title bug (see https://wordpress.org/support/topic/plugin-linkedin-sc-missing-headline-title)
  • Added support for br tags (see https://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