Easily accept job applications from any device, including mobile.
Privately and securely accept job applications by email with Indeed Apply using a simple shortcode.
Indeed Apply is the way Indeed, the world’s leading search engine for jobs, accepts applications from job seekers across the globe.
With Indeed Apply Shortcode, candidates on your website can easily apply to jobs from any device, including mobile, using a simple and user-friendly form.
Basic Shortcode Usage:
[indeed-apply jobtitle=”Interaction Designer” emailapplicationto=”[email protected]”]
Note: If you have WordPress 2.7 or above you can simply go to ‘Plugins’ > ‘Add New’ in the WordPress admin and search for “Indeed Apply Shortcode” and install it from there.
The Indeed Apply shortcode can be added to any post/page/custom post type. Use the shortcode anywhere you would normally put an email address to accept job applications, or on any job listing.
A basic Indeed Apply shortcode:
[indeed-apply jobtitle=”Interaction Designer” emailapplicationto=”[email protected]”]
There is no limit on number of Indeed Apply shortcodes you can use on a single page.
There are only two required attributes:
The emailapplicaitonto attribute is encrypted by the plugin and never displayed in the HTML or to the applicant. This is done to protect your email from spambots and email abuse.
The Indeed Apply shortcode accepts several advanced attributes that allow for custom configuration of your job application.
A complete Indeed Apply shortcode:
[indeed-apply jobtitle=”Interaction Designer” emailapplicationto=”[email protected]” jobcompanyname=”Awesome Company Inc” joblocation=”Austin, Texas” phone=”required” coverletter=”required” continueurl=”https://www.yourdomain.com/submit-success”]
All supported attributes:
Job posting with an Indeed Apply button
User-friendly, mobile-optimized Indeed Apply application form
The application confirmation email generated by Indeed Apply, sent to applicants.
The email application generated by Indeed Apply, sent to the Employer
Indeed Apply Shortcode in the WordPress Post Editor
Indeed Apply Settings Page
The shortcode was built to not display errors on the frontend of your site if the plugin is not configured correctly
Below are troubleshooting tips to try before posting a support topic:
You can find the Indeed Apply Settings Page under the main ‘Settings’ Menu in the WordPress admin.
Note: The Indeed Apply Settings page is only visible to Users with Administrator and Editor privileges.
You can generate an API Token and Key at https://secure.indeed.com/account/apikeys
Indeed Apply Shortcode encrypts your email address and never displayed in the HTML or to the applicant. This is done to protect your email from spambots and email abuse.
To do this, you have to request an API Token and Key so we can decrypt your email address when an applicant submits an application and it is processed on our secure servers. The email you provide to this plugin will only be used to process applications submitted through Indeed Apply.
You can read Indeed’s Privacy Policy online at http://www.indeed.com/legal#privacy
No, there is no limit. The plugin supports multiple Indeed Apply shortcodes per page. At Indeed we’ve found putting one Indeed Apply Button on each job posting works best.
Job applications processed by Indeed Apply are submitted with an @indeedemail.com email address. This protects the job seeker’s privacy, reduces spam, and helps us increase applicant quality. Messages to @indeedemail.com email address will be sent to the job seeker’s original email address.
The Indeed Apply shortcode can be added to any post/page/custom post type. If you would like to use any shortcode in your widget areas you can add the following line to your theme’s functions.php file to allow shortcodes to be used:
add_filter('widget_text', 'do_shortcode');
Developers who want to use the Indeed Apply shortcode in their themes or plugins can use the WordPress function do_shortcode in their PHP code.
Assuming your Page/Post Title is the Job Title, you can use this code in your template files, while inside the WordPress Loop, replacing the all caps text with relevant info for your company:
<?php echo do_shortcode('[indeed-apply jobtitle="' . get_the_title() .'" emailapplicationto=" YOUR EMAIL ADDRESS" joblocation=" JOB LOCATION " jobcompanyname=" COMPANY NAME'); ?>
The plugin source code is Apache 2.0, however use of Indeed Apply through this plugin is governed by Indeed’s Cookies, Privacy and Terms of Service Policies.
Tested compatibility with WordPress 4.4
Tested compatibility with PHP 5.5 & PHP 7