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

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

FAQ

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 🙂