Jobs from Recruitee

0

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,

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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"