Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 481 Bytes

taleo

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();