
內容簡介
此外掛可以透過 greenhouse.io 的 API 從招聘版面撈取資訊,並在 WordPress 網站上顯示。輸入 URL Token 後,使用縮短碼抓取數據。當您登入 greenhouse 帳戶時,可以在此頁面 找到您的 URL Token。在您的頁面或文章中加入 [greenhouse url_token="your_url_token"]。
要求:
必須擁有 greenhouse 帳戶。
輸入 URL Token 及 API 金鑰。
初次設定:
為方便使用,請在「設定-Greenhouse」中設置您的 URL Token。(註:您也可以直接在縮短碼屬性中設置。)
添加縮短碼或使用向導在任何頁面或文章中添加招聘板。
了解代碼!
要在頁面上發布您的招聘板,只需添加縮短碼:[greenhouse]。預設情況下,這將顯示您當前擁有的所有職缺,以及申請表格。這些表格實際上是由 Greenhouse.io 提供的。
目前 [greenhouse] 縮短碼的特點:
篩選要顯示的工作。這些篩選器可以結合起來創建復雜的篩選器。
部門篩選
想要按部門篩選結果? 僅顯示一個或幾個部門?排除整個部門?
添加 department_filter 屬性:[greenhouse department_filter="Value1|Value2"]
支持單個或多個值,用管道符號分隔
支持使用部門名稱或部門 ID 作為值
支持否定值-排除部門並顯示其他部門。 (例如:department_filter="-Value3|-Value4")
工作篩選
想要按工作篩選結果?僅顯示特定工作嗎?排除特定工作?
添加 job_filter 屬性:[greenhouse job_filter="Value1|Value2"]
支持單個或多個值,用管道符號分隔
支持使用工作標題或工作 ID 作為值
支持否定值-排除此工作並顯示其他工作。 (例如:job_filter="-Value3|-Value4")
辦公室篩選
想要按辦公室篩選結果?僅顯示特定辦公室的工作還是排除特定辦公室?
添加 office_filter 屬性:[greenhouse office_filter="Value1|Value2"]
支持單個或多個值,用管道符號分隔
支持使用辦公室名稱或辦公室 ID 作為值
支持否定值-排除辦公室並顯示其他工作。 (例如:office_filter="-Value3")
位置篩選
想要按位置篩選結果嗎?僅顯示特定位置的工作還是排除特定位置?
添加 location_filter 屬性:[greenhouse location_filter="Value1|Value2"]
支持單個或多個值,用管道符號分隔
由於在 greenhouse 中沒有與位置相關的 ID,所以支持位置文本值。
支持否定值-排除位置並僅顯示其他工作。 (例如:location_filter="-Value3")
隱藏表單
如果您不想顯示應用表單,只需添加 hide_forms 屬性。
例如:[greenhouse hide_forms="true"]
排序工作
想要按某個方式排序所列出的工作
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Plugin to pull a job board from greenhouse.io via their API and display it on your WordPress site. Use a shortcode with your URL Token to pull the data. Find your URL token on this page when you are logged into your greenhouse account. Place [greenhouse url_token="your_url_token"] in your page or post.
Requirements:
Must have a greenhouse account.
Enter your URL Token & API key.
Initial Setup:
For ease of use, setup your URL Token within Settings->Greenhouse. (NOTE: you can also set this inline with shortcode attributes.)
Add shortcode or use the wizard to add a job board to any page or post.
Know the code!
To post your job board on a page, simply add the shortcode: [greenhouse]. By default, this will display all of the postings you currently have, along with the forms for applying. These forms are actually hosted at Greenhouse.io.
Current Features of the [greenhouse] shortcode:
Filter the jobs displayed. These filters can be combined to create complex filters.
Department Filtering
Want to filter results by department? Show only one deparment or a couple? Exclude a whole department?
Add the department_filter attribute: [greenhouse department_filter="Value1|Value2"]
supports single or multiple values, pipe-delimited
supports either using the department name OR the department id as the value.
supports negated values – Excludes department(s) and display others. (example: department_filter="-Value3|-Value4")
Job Filtering
Want to filter results by job? display only specific jobs? Exclude specific jobs?
Add the job_filter attribute: [greenhouse job_filter="Value1|Value2"]
supports single or multiple values, pipe-delimited
supports either using the job title OR the job id as the value.
supports negated values – Excludes this job and show others. (example: job_filter="-Value3|-Value4")
Office Filtering
Want to filter results by office? Show only jobs from a specific office or exclude a specific office?
Add the office_filter attribute: [greenhouse office_filter="Value1|Value2"]
supports single or multiple values, pipe-delimited
supports either using the office name OR the office id as the value.
supports negated values – Excludes office(s) and only display jobs from elsewhere. (example: office_filter="-Value3")
Location Filtering
Want to filter results by location? Show only jobs from a specific location or exclude a specific location?
Add the location_filter attribute: [greenhouse location_filter="Value1|Value2"]
supports single or multiple values, pipe-delimited
supports location text value, since there is no id associated to locations in greenhouse.
supports negated values – Excludes location(s) and only display jobs from elsewhere. (example: location_filter="-Value3")
Hiding Forms
If you don’t want application forms to display and simply want to display listings, just add the hide_forms attribute
ex. [greenhouse hide_forms="true"]
Sort Jobs
Want to sort the jobs listed in your job board?
Add the orderby attribute to the shortcode.
Values allowed: title, date, id, department, office, location and random.
For example: [greenhouse orderby="title"]
Need to customize the order more?
There is an order attribute as well, supported values: DESC (default) and ASC.
There is a sticky option as well, force a single job to the top or bottom of the board.
Sticky attribute format: ‘top’ or ‘bottom’ followed by a pipe ‘|’ and then the id for the job to stick.
For example: [greenhouse orderby="department" order="ASC" sticky="top|18590"]
Group Jobs
Want to group the jobs listed in your job board by department, office or location?
Add the group attribute to the shortcode.
Values accepted: department, office or location.
By default the group name will be used as a headline to seperate each group.
To omit group headlines, include shortcode attribute: group_headline=”false”.
For example: [greenhouse group="department" group_headline="false"
Coming Soon
Roadmap
Add filter hooks for customizing output
Cleaner, smarter interface
Widget
Templating for your own layout
