Title: Jobs from Recruitee
Author: nightillusions
Published: <strong>October 19, 2021</strong>
Last modified: October 13, 2022

---

Search plugins

![](https://ps.w.org/jobs-from-recruitee/assets/banner-772x250.png?rev=2616242)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/jobs-from-recruitee/assets/icon-256x256.png?rev=2616242)

# Jobs from Recruitee

 By [nightillusions](https://profiles.wordpress.org/nightillusions/)

[Download](https://downloads.wordpress.org/plugin/jobs-from-recruitee.1.4.0.zip)

 * [Details](https://wordpress.org/plugins/jobs-from-recruitee/#description)
 * [Reviews](https://wordpress.org/plugins/jobs-from-recruitee/#reviews)
 * [Development](https://wordpress.org/plugins/jobs-from-recruitee/#developers)

 [Support](https://wordpress.org/support/plugin/jobs-from-recruitee/)

## 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"
       ```
   

## Screenshots

[⌊Easily place the shortcode anywhere on you site⌉⌊Easily place the shortcode anywhere
on you site⌉[

Easily place the shortcode anywhere on you site

[⌊Display all public jobs from your Recruitee as tiles⌉⌊Display all public jobs 
from your Recruitee as tiles⌉[

Display all public jobs from your Recruitee as tiles

[⌊Display all public jobs from your Recruitee in a list⌉⌊Display all public jobs
from your Recruitee in a list⌉[

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;
    }
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Jobs from Recruitee” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ nightillusions ](https://profiles.wordpress.org/nightillusions/)

“Jobs from Recruitee” has been translated into 3 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/jobs-from-recruitee/contributors)
for their contributions.

[Translate “Jobs from Recruitee” into your language.](https://translate.wordpress.org/projects/wp-plugins/jobs-from-recruitee)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/jobs-from-recruitee/),
check out the [SVN repository](https://plugins.svn.wordpress.org/jobs-from-recruitee/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/jobs-from-recruitee/)
by [RSS](https://plugins.trac.wordpress.org/log/jobs-from-recruitee/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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 🙂

## Meta

 *  Version **1.4.0**
 *  Last updated **4 years ago**
 *  Active installations **60+**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.0.12**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/jobs-from-recruitee/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/jobs-from-recruitee/),
   [English (US)](https://wordpress.org/plugins/jobs-from-recruitee/), and [German](https://de.wordpress.org/plugins/jobs-from-recruitee/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/jobs-from-recruitee)
 * Tags
 * [career](https://wordpress.org/plugins/tags/career/)[careers page](https://wordpress.org/plugins/tags/careers-page/)
   [job listing](https://wordpress.org/plugins/tags/job-listing/)[job lists](https://wordpress.org/plugins/tags/job-lists/)
   [jobs](https://wordpress.org/plugins/tags/jobs/)
 *  [Advanced View](https://wordpress.org/plugins/jobs-from-recruitee/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/jobs-from-recruitee/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/jobs-from-recruitee/reviews/)

## Contributors

 *   [ nightillusions ](https://profiles.wordpress.org/nightillusions/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/jobs-from-recruitee/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://jordin.eu)