Changeset 329281
- Timestamp:
- 01/06/2011 03:15:31 AM (15 years ago)
- File:
-
- 1 edited
-
wp-simplyhired-api/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-simplyhired-api/trunk/README.txt
r329263 r329281 21 21 * Job widget includes option for Post a Job button. 22 22 * O*NET support for niche enhancement 23 * Job search pages created using shortcode syntax. (docs to come)24 23 * Job search pages include pagination and location filtering. 25 24 * SimplyHired click-tracking javascript in page footers, with debug option. 26 25 * SimplyHired attribution PER terms of agreement to use API. 26 27 ** O*NET Support ** 28 Set a broad O*NET classification to narrow your niche in the settings. All searches will pull from this classification. For example, to pull results from **computer** jobs, use O*NET code of 15-10* 29 30 Some O*NET codes are not supported by the SimplyHired API such as Web Developers ONET 15-1099 and will return an error result. Backing up the chain to 15-10* finally sends valid results. Adjust this code as necessary. 31 32 ** Shortcode Support ** 33 Job search pages created using shortcode syntax with attributes for query, location, onet, page, radius, etc. ). Create niche targeted directories and sub-directories using normal WordPress pages. 34 35 shortcode syntax: [joblist query="keywords" location="city, state, or zip"] 36 37 The **query** attribute is required, where the **location** attribute is not. Other attributes will be available, such as **onet**, **radius**, **type(ft, pt, seasonal, etc.)**, **listing style**, and whatever else will be helpful. 27 38 28 39 **Roadmap Features:** … … 62 73 63 74 == Screenshots == 64 65 1. To find your Publisher Id, first log into the Advanced tab on your Blog-a-matic Partner Dashboard 66 2. Your Publisher ID is half-way down the Advanced Job Search XML API page 75 1. Screenshot of a job listing page using ONET = 15-10* and a query of "web+developers" 76 2. To find your Publisher Id, first log into the Advanced tab on your Blog-a-matic Partner Dashboard. Your Publisher ID is half-way down the page labeled **pshid** 67 77 68 78 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.