이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

LinkedIn Resume

설명

Display your CV (also called Resume or Curriculum vitae) on your blog from your linkedIn public page informations.

Copyright

All rights reserved Arnaud Lejosne

스크린샷

  • A preview of the result on the public blog
  • A preview of the admin page

설치

  1. Download It
  2. Install it
  3. Add [linkedinresume] on the page where you want your cv to appear
    Note : by default, the language will be your wordpress language but you can specify one by adding the attribute “lang” if you have a multilanguage profile to choose which one you want to display.
    Per example : [linkedinresume lang=”fr”] will display the french version of your resume
  4. Change the url on the setting page to your linkedin public page url
  5. Enjoy 😉

FAQ

An error occurs saying that you need cURL

Go edit your php.ini and enable cURL by renaming “;extension=php_curl.dll” to “extension=php_curl.dll”

I get this error : “Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’”

It’s just because you’re using an old version of PHP (4.x). If you want to use my plugin (and a lot of other plugins ;)) you will have to upgrade… If you are running your WordPress on a hosted server then, perhaps that you just have to enable it… For that, just create a file called “.htaccess” at the root of your WordPress and write those two lines in it :
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“LinkedIn Resume”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “LinkedIn Resume”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.00

Some code cleanup and fixes due to some code modifications on the linkedin side

1.94

Belorussian translation thanks to Marcis G. (http://pc.de/)

1.91, 1.92 & 1.93

A lot of enhancements on the education regexp

1.9

  • Regexp compatibility bugs fixed
  • Optimisation of some regexps

1.8

  • Additional notes about schools added

1.7

  • Better regexps

1.6

  • __e bugfix

1.5

  • Implementation of the WordPress translation files for english, portugese and french.

1.4

  • Implementation of the multilanguage system

1.3

  • Bug fixed for the summary part
  • Creation of a real readme file and new screenshots taken.
  • Disabling the parts that contains unused fields
  • Code optimisation

1.2

  • Some bugfixes