WP Manifestindependent plugin directory

AGT Taleo Plugin

A wordpress plugin to integrate Taleo Job Listings

by Sean Corgan · github.com/seancorgan/taleo

7stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/seancorgan/taleo/archive/refs/heads/master.zip

A wordpress plugin to integrate Taleo Job Listings

Installation

  1. Place Taleo folder in plugins folder in wordpress
  2. Activate Plugin
  3. In the wordpress admin panel click settings , then put in UN/PW and company ID

Usage

To Add new jobs from Taleo into wordpress

  1. In the wordpress admin panel click settings, then click add taleo jobs button

Programmatically Add Jobs


$taleo = new Agt_taleo();
$taleo->manually_sync_jobs();