All Collections
Job Management
Attract and convert candidates from your website
Attract and convert candidates from your website

Learn about the different ways you can install and embed GoHire jobs on your website.

Jerome Estrada avatar
Written by Jerome Estrada
Updated over a week ago

Getting your jobs linked up to your website is easy, it will save you a bunch of time, and give your candidates the best experience.

TIP: Installing GoHire on your website will activate free automatic job posting for your account. This includes job boards like Indeed, Glassdoor, and Google For Jobs. Without a website installation you can't use this feature.

There are three ways to install GoHire on your website:

  1. The job list widget

  2. The apply widget

  3. Link your GoHire Careers Page

You can specific website installation details for your account in Settings > Website Installation.

1. The job list widget

The GoHire job list widget generates a list of your open positions and automatically installs the apply widget with every new job you post via GoHire directly onto your website.

First, install the GoHire widget code in the <head> section of the page.

<script src="https://widget.gohire.io/widget/kFFDXV5P"></script>

Next, install the GoHire jobs tag where you would like the job list to display.

<gohire-jobs></gohire-jobs>

Finally, refresh your browser on the page where you have added the jobs. They will now display directly in the page.

2. The apply widget

The apply widget is the application form for your job. You manually trigger the apply widget for jobs already on your website.

First, install the widget code in the head section of the page.

<script src="https://widget.gohire.io/widget/kFFDXV5P"></script>

Next, trigger the GoHire widget with an onclick event (please note, you can add the event to an existing element, or use the code below to create a text link).

<a href="#" onclick="gohire('open',job_id); return false;">Apply Now</a>

You must replace job_id with the actual ID of your job, which can be found here…

There, of course, is the third option to link up your GoHire Careers Page to your website. You can learn how to customise the feel of your Careers Page here.

Also, to personalise your Careers Page, even more, you can set up a custom domain like careers.exampleapp.com.

Need help? Get in touch

If you need more help in installing and embedding GoHire jobs on your website, just get in touch with us and we’ll be happy to help.

Did this answer your question?