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

Jobs from Recruitee

外掛說明

It’s never been easier to display your public Recruitee jobs on your WordPress site. With a simple shortcode that you can use in the editor, in widgets or even in your template files, you can embed your job offers anywhere.

Example:

[recruitee-jobs company="yourcompany"]

Features

  • Display mode: There are two modes available for displaying the jobs. “tiles” displays the jobs as tiles, which is particularly suitable for displaying an excerpt of the job description. “list” displays the jobs in a clear list, which is particularly suitable for ensuring a quick overview of all open jobs. Default: “tiles”

    mode="list"
    
  • Department filtering: Show only jobs from a specific department. Default: “” (empty)

    department="UX"
    
  • Tag filtering: show only jobs with a specific tag. Default: “” (empty)

    tags="Master,Thesis"
    
  • Custom Links: Set the URL to which the jobs link to. Default: “https://yourcompany.recruitee.com”

    url="https://example.com/jobs"
    
  • Language selection: Choose the language of the displayed texts. Default: “” (empty)

    language="de"
    
  • Text Preview Word Length: Choose if and how many words the job description should display. Default: “55”

    preview_size="35"
    
  • Custom Suffix Text: Determine what text should be displayed after the shortened description, if it was longer than the preview length. Default: “…”

    more="[...]"
    
  • Raw or HTML: You can choose whether to use the HTML text of the job ad or a simple text excerpt without HTML. Default: “0” (disabled)

    raw="1"
    
  • Origin Tracking: You can simply add a source to track where the candidates applying come from. Default: “” (empty)

    source="yourcompany.tld"
    
  • Display location: Display the job location before the description. Default: “1” (enabled)

    show_location="0"
    
  • Display tags: Display the job tags before the description. Default: “1” (enabled)

    show_tags="0"
    

螢幕擷圖

  • Easily place the shortcode anywhere on you site
  • Display all public jobs from your Recruitee as tiles
  • Display all public jobs from your Recruitee in a list

常見問題集

How to use the shortcode?

First you have to replace the company tag value by your Recruitee Careers Site subdomain. The scheme looks like this: https://yourcompany.recruitee.com
Where yourcompany is your Recruitee subdomain. You can usually find this in your Recruitee administration interface.

In the visual editor you can simply add a new Shortcode block by clicking on the [+] icon.
Then search for Shortcode and click on it. Next you add your own recruitee shortcode in the input field
(e.g.: [recruitee-jobs company="yourcompany"] ).
That´s it! 🙂

How to change default output?

Just as all shortcodes work, Jobs from Recruitee also offers the possibility to customize the default behavior of the output. For each of the features listed above, an example is given to change the corresponding behavior. Just add the parameter you want to change to your personal shortcode at the end. For example, if you want to disable the job location output, your shortcode would look like this:

[recruitee-jobs company="yourcompany" show_location="0"]

How do I style the jobs?

Just override the css classes that are used in this plugin. Follow the CSS Cascade to find your best solution https://wattenberger.com/blog/css-cascade
For example you could change the background color of the box:

.recruitee-jobs-container article.recruitee-job {
    background: #dcff8c;
}

Or the text color of the title:

.recruitee-jobs-container a {
    color: #322d7e;
}

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Jobs from Recruitee〉的開發相關工作。

參與者

〈Jobs from Recruitee〉外掛目前已有 3 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Jobs from Recruitee〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.4

  • NEW Feature: Display Recruitee jobs as list
  • Improved: The CSS classes are now easier to override.

1.3.1

  • Fix: Raw mode has filtered out paragraphs.

1.3

  • Feature: Optional display of the tags in the job listing
  • Feature: Optional display of the location in the job listing
  • Styling: Reduction of default spacing of heading and paragraphs

1.2

  • Fix: Spaces in department filter caused problems with job retrieval.
  • Fix: If no language is specified, the default text is now specified.

1.1

  • Fix: Uncaught TypeError when there is a problem with Careers Site subdomain in the shortcode or no jobs listed.

1.0

  • Initial stable plugin verions. Warm greetings 🙂