Indeed API

Provides simple integration of a WordPress site with the indeed.com API for
job searches.

Author:Bryan Nielsen (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.0.5
Plugin version:0.5
Added to WordPress repository:23-10-2010
Last updated:27-02-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:
Total downloads:6 329
Active installs:100+
plugin download
Click to start download

Provides shortcode tags that help integrate a WordPress site with the
indeed.com job search engine.

The plugin uses jQuery for the form events and AJAX calls to perform the job
search so you must have a wp_enqueue_script(“jquery”); in your theme
header.php file to ensure jQuery is loaded.

Use of the indeed.com API requires attribution so there is a shortcode tag,
[indeedattribution] that must be included somewhere in the pages that utilize
the indeed.com API.

Example 1

In this example the attribution, stylesheet, form, search results and a Post A Job link are
created in a WordPress page in four lines of shortcodes and HTML.

[indeedattribution]
[indeedsearchstyle]
[indeedsearchform]
[indeedsearchresults]
<a href=”[indeedpostjoburl]”>Post A Job</a>

Attributes

No attributes

Shortcodes

shortcodes:
[indeedsearchstyle]
This shortcode will include the indeed search stylesheet in your page to
control the appearance of the form and results.

[indeedsearchform]
This shortcode will include the indeed.com search form on the page.

[indeedsearchresults]
This shortcode includes a div tag that is used to display the search results
using an AJAX call.

[indeedpostjoburl]
This shortcode will produce an URL pointing to the indeed.com post a job page
used for your affiliate job postings.

[indeedattribution]
This shortcode will include the indeed.com attribution HTML, this is a
requirement with the use of the indeed.com API.

Notes

No notes.


Screenshots
FAQ
ChangeLog