Help embedded 3rd party job board on a Wix site?

Hello, I’m trying to embed a Greenhouse job board (to display a list of open positions) on our Wix site.

I’m using the HTML element in the Wix editor and set it up with this content:


<script src=“https://boards.greenhouse.io/embed/job_board/js?for=dustyrobotics”>

You can see the result on my site here: http://dustyrobotics.com/careers

I have two job boards embedded; the first is hosted on Google Hire and does show up, the second is hosted by Greenhouse and does not show up.

It looks like the content is there, but the iframe does not display any content. I tried out this code snippet on a vanilla HTML page and it works fine outside of Wix. Has anyone encountered anything like this? Is there any way to get this to work in Wix?

1 Like

Please see this page about using iFrames in Wix.
https://support.wix.com/en/article/wix-editor-using-iframes-to-display-visible-content-on-your-site

Important:
We cannot provide support for external codes that were not created or tested with Wix. If you are experiencing an issue with your code snippet, please contact the provider directly.

@tlau i can see you managed to embed the job board on your website, kindly requesting for assistance am having same problem. with my greenhouse job board

I used an undocumented Greenhouse API which does not work perfectly, but enabled me to get most of the result I wanted.

Instead of following the instructions Greenhouse provides, do this:

where XXXX is the “board token” of your job board (for example, ours is “dustyrobotics”). You can find that in Greenhouse by going to:

  • Settings (gear icon in upper right)

  • Select “Job Board”

  • Next to the desired job board, click the three dots

  • Select “Developer settings”

  • Look for the “Your board token” item in the middle of the page

Since this is an undocumented API, it’s possible Greenhouse can change or remove this functionality at any time, so use at your own risk. Good luck!

has there been any update on this? I’m trying to paste an identical code into an html code element and it still shows nothing.