這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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 😉

常見問題集

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