Jobs Integration For Taleo API
Integrate Taleo Business Edition jobs with your WordPress site via REST API. Includes Gutenberg block with filters and sorting.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 62 days ago
Is Jobs Integration For Taleo API abandoned?
Likely maintained (last update 62 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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=”” ]
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.
Frequently Asked Questions
Yes. You need access to the Taleo Business Edition REST API and proper credentials from your company’s HR administrator.
By default, the plugin loads only open jobs (status=Open).
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
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.
Review feed
Screenshots
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