{"id":10960,"date":"2010-10-23T16:36:02","date_gmt":"2010-10-23T16:36:02","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/indeed-api\/"},"modified":"2012-02-27T19:48:31","modified_gmt":"2012-02-27T19:48:31","slug":"indeed-api","status":"closed","type":"plugin","link":"https:\/\/hu.wordpress.org\/plugins\/indeed-api\/","author":6667164,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.5","stable_tag":"0.5","tested":"3.0.5","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"indeed.com API web service","header_author":"Bryan Nielsen","header_description":"","assets_banners_color":"","last_updated":"2012-02-27 19:48:31","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=EC26C3EBFD8A8","header_plugin_uri":"","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":70,"downloads":6750,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"0.4":"<p>Requires CURL and PHP version 5.2 or greater.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.4","0.5"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538922","resolution":"1","location":"plugin"}},"screenshots":{"1":"A job search restricted to the categories specified in the plugin settings."}},"plugin_section":[],"plugin_tags":[369,36407,9023],"plugin_category":[35,39],"plugin_contributors":[82916],"plugin_business_model":[],"class_list":["post-10960","plugin","type-plugin","status-closed","hentry","plugin_tags-affiliate","plugin_tags-indeed-com","plugin_tags-jobs","plugin_category-advertising","plugin_category-business","plugin_contributors-bnielsen","plugin_committers-bnielsen"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/indeed-api.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/indeed-api\/trunk\/screenshot-1.png?rev=1538922","caption":"A job search restricted to the categories specified in the plugin settings."}],"raw_content":"<!--section=description-->\n<p>Provides shortcode tags that help integrate a WordPress site with the\nindeed.com job search engine.<\/p>\n\n<p>The plugin uses jQuery for the form events and AJAX calls to perform the job\nsearch so you must have a wp_enqueue_script(\"jquery\"); in your theme\nheader.php file to ensure jQuery is loaded.<\/p>\n\n<p>Use of the indeed.com API requires attribution so there is a shortcode tag,\n[indeedattribution] that must be included somewhere in the pages that utilize\nthe indeed.com API.<\/p>\n\n<h4>Example 1<\/h4>\n\n<p>In this example the attribution, stylesheet, form, search results and a Post A Job link are\ncreated in a WordPress page in four lines of shortcodes and HTML.<\/p>\n\n<p>[indeedattribution]<br \/>\n[indeedsearchstyle]<br \/>\n[indeedsearchform]<br \/>\n[indeedsearchresults]<br \/>\n&lt;a href=\"[indeedpostjoburl]\"&gt;Post A Job&lt;\/a&gt;<\/p>\n\n<h4>Attributes<\/h4>\n\n<p>No attributes<\/p>\n\n<h4>Shortcodes<\/h4>\n\n<p>shortcodes:<br \/>\n[indeedsearchstyle]<br \/>\nThis shortcode will include the indeed search stylesheet in your page to\ncontrol the appearance of the form and results.<\/p>\n\n<p>[indeedsearchform]<br \/>\nThis shortcode will include the indeed.com search form on the page.<\/p>\n\n<p>[indeedsearchresults]<br \/>\nThis shortcode includes a div tag that is used to display the search results\nusing an AJAX call.<\/p>\n\n<p>[indeedpostjoburl]<br \/>\nThis shortcode will produce an URL pointing to the indeed.com post a job page\nused for your affiliate job postings.<\/p>\n\n<p>[indeedattribution]<br \/>\nThis shortcode will include the indeed.com attribution HTML, this is a\nrequirement with the use of the indeed.com API.<\/p>\n\n<h4>Notes<\/h4>\n\n<p>No notes.<\/p>\n\n<!--section=installation-->\n<p>Unzip the indeed-api.zip file and copy the resulting indeed-api directory to your\nWordPress plugins directory.<\/p>\n\n<p>Sign up for a publisher indeed.com account and copy the publisher ID into your\nWordPress plugin configuration page for the indeed-api plugin.<\/p>\n\n<p>If your site will include the ability to post jobs to indeed.com then set up\nyour Instant Job Site settings on indeed.com and include a link on one of your\nposts of pages that uses the [indeedposturl] shortcode as the href value for\nthe link.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>I have installed and set up the plugin but nothing happens when I click oni the search button, what did I do wrong?<\/dt>\n<dd><p>The plugin uses jQuery for the form events and AJAX calls so you must have\njQuery enabled in your WordPress installation. Add the following PHP code to\nyour theme header.php file to make sure jQuery is loaded...<br \/>\nwp_enqueue_script(\"jquery\");<\/p><\/dd>\n<dt>How can I change the animated busy graphics when a search is started?<\/dt>\n<dd><p>There is a graphic file in the plugin directory, busy.gif, that you can\nreplace with your own busy.gif animated graphic.<\/p><\/dd>\n<dt>How do I change the styling of the form and results?<\/dt>\n<dd><p>There is an HTML file in the plugin directory named indeedstyle.html that you\ncan modify to change the appearance of the search form and the search results.<\/p><\/dd>\n<dt>How do I change the layout of the form and job listing?<\/dt>\n<dd><p>There are a few HTML files in the plugin directory that contain the HTML used\nfor the form and the results displayed.<\/p>\n\n<p>indeed-job.html - Contains the HTML for each job displayed.<br \/>\nindeed-no-jobs.html - Contains the HTML displayed if no jobs are found.<br \/>\nindeed-search-form.html - Contains the HTML for the search form.<\/p>\n\n<p>Use caution when editing these HTML files as they contain some special tags\nsimilar to WP shortcodes that are replaced by the plugin.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2<\/h4>\n\n<p>Added a default location option in settings and the option to auto search on\npage load.<\/p>\n\n<h4>0.3<\/h4>\n\n<p>Added semicolons to the end of Javascript lines to fix a bad interaction with other content plugins.<\/p>\n\n<h4>0.4<\/h4>\n\n<p>Converted API query to JSON format. (Now requires PHP version 5.2 or greater)<br \/>\nConverted API call to CURL to avoid allow_url_fopen problems on some hosting.<br \/>\nFixed a bug in the API URL with the unescaped user agent value.<br \/>\nMoved the HTML into distinct files to simplify the process of customizing the\nappearance.<br \/>\nChanged the admin settings page to make it easier to understand the settings.<\/p>\n\n<h4>0.5<\/h4>\n\n<p>Country code was not used in the API URL so the plugin was not functioning for  non-US countries.<br \/>\nSorry about that.<\/p>","raw_excerpt":"Provides simple integration of a WordPress site with the indeed.com API for job searches.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/10960","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=10960"}],"author":[{"embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bnielsen"}],"wp:attachment":[{"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=10960"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=10960"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=10960"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=10960"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=10960"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/hu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=10960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}