Embedding jobs on your site

Getting your embed script

After creating a Dropboard, you'll see instructions for how to install it on your website. You can also get these instructions at any time by clicking the "Install Instructions" button next to any Dropboard entry on the "Dropboards" page of your account.

The script will look something like this:

<script
  type="text/javascript"
  src="https://dropboardhq.com/embed/script.js"
  data-org="[UNIQUE VALUE HERE]"
  data-page="[UNIQUE VALUE HERE]"
></script>

Adding a Dropboard to your website

Once you have copied the script from above, go to the HTML code of your website and decide where you want Dropboard to go. Paste in the script below and Dropboard will immediately fill that space with your open jobs.

<!doctype html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
  <!-- place Dropboard here 👇 -->
  <script
    type="text/javascript"
    src="https://dropboardhq.com/embed/script.js"
    data-org="[UNIQUE VALUE HERE]"
    data-page="[UNIQUE VALUE HERE]"
  ></script>
</body>
</html>

Caching

Any change made to your jobs may take 5-10 minutes before it shows on your site as Dropboard caches content so your page loads quickly.

Video walkthrough

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us