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

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개의 블록을 제공합니다.

  • 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.

FAQ

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