Jobs Integration For Taleo API

外掛說明

Jobs Integration For Taleo API allows you to display open requisitions from Taleo Business Edition REST API directly on your WordPress site.

The plugin connects to the Requisition & Template Administration API, fetching open jobs (where status=Open) and providing multiple integration options:

  • Gutenberg block to showcase vacancies with filters and sorting
  • Shortcode for embedding jobs into any page or template
  • Dynamic job detail page with full description and Apply Now button

Main features:

  • Fetch requisitions from Taleo Business Edition REST API
  • Display jobs on your site with a Gutenberg block or shortcode
  • Filtering by category, location, and keywords
  • Sorting by job title or other fields
  • Load more functionality or full list mode
  • Single job detail page with full description and apply link
  • Fully responsive design

Perfect for companies using Taleo Business Edition who want to embed careers pages directly in their WordPress website.

A brief Markdown Example

Connects directly to Taleo Business Edition REST API

Provides Gutenberg block & shortcode

Generates dynamic job detail pages with description and Apply button

Shortcode

The plugin also provides a shortcode:

`php

[taleo_jobs title=”” description=”” ]

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Taleo List Of Jobs

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/gammairon-jobs-for-taleo/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings Jobs Integration From API and enter your Taleo API credentials (Host URL, Username, Password).
  4. Add the Gutenberg block Taleo List Of Jobs or use the shortcode [taleo_jobs].
  5. Each job automatically has a dedicated dynamic page accessible via permalink.

常見問題集

Do I need a Taleo account?

Yes. You need access to the Taleo Business Edition REST API and proper credentials from your company’s HR administrator.

Does it support requisition templates?

By default, the plugin loads only open jobs (status=Open).

Can I customize the job display?

Yes. The plugin provides PHP templates you can override in your theme.

Copy one of the following files into your theme to customize the single job view:

  • /page-templates/gtaleo-job-template.php
  • /gtaleo-job-template.php (in the theme root)

Inside the template, job data is available in the variable $args['job'].
For example:

`php

title ); ?>

description ); ?>

<a href="applyLink ); ?>” class=”btn-apply”>Apply Now

Where can I see a single job page?

When a visitor clicks on a job, the plugin generates a dynamic single job page that shows the full job description and an Apply Now button.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Jobs Integration For Taleo API〉的開發相關工作。

參與者

將〈Jobs Integration For Taleo API〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release
  • Integration with Taleo Requisition API
  • Gutenberg block with filters, sorting, and load more
  • Shortcode [taleo_jobs]
  • Dynamic single job detail pages with Apply button