Description
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=”” ]
Blocks
This plugin provides 1 block.
- Taleo List Of Jobs
Installation
- Upload the plugin files to the
/wp-content/plugins/gammairon-jobs-for-taleo/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Settings Jobs Integration From API and enter your Taleo API credentials (Host URL, Username, Password).
- Add the Gutenberg block Taleo List Of Jobs or use the shortcode
[taleo_jobs]. - 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:`phptitle ); ?>
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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Jobs Integration For Taleo API” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Jobs Integration For Taleo API” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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