Module Navigation

Adding Our ATS Career Feed to Wix

With the Applicant Tracking System and Wix, you can add our career feed with their page editor quickly and easily.

  1. On the left-hand side of the page editor, click the icon for the Wix App Market.

    Wix_-_01.png

  2. Search for "HTML App" on the Wix App Market. Click Get App for "HTML App".

    Wix_-_03.png

  3. When the HTML App is added to the page editor, click the gear/settings icon.

    Wix_-_05.png

  4. Click into the code field and paste your career feed code.

    Wix_-_14.png

  5. Scroll through your career feed code and add "https:" to the beginning of two links like below:

    Wix-Anim.gif


    Before
    <script type="text/javascript" src="//jobs.ourcareerpages.com/Resources/js/ccp_widget_support.js" > </script>
    <link rel="stylesheet" href="//jobs.ourcareerpages.com/Resources/css/ccp_widget_support.css" />

    <script type="text/javascript" >
       var options = {
           CCPCode: "Millennium Solutions"
           ,ElementID: "BDHRJobListings"
           ,ShowCustomContent: false
       };
       bdhr.generateListing(options);
    </script>
    <div id="BDHRJobListings" > </div>

    After (changes in Red)
    <script type="text/javascript" src="https://jobs.ourcareerpages.com/Resources/js/ccp_widget_support.js" > </script>
    <link rel="stylesheet" href="https://jobs.ourcareerpages.com/Resources/css/ccp_widget_support.css" />

    <script type="text/javascript" >
       var options = {
           CCPCode: "Millennium Solutions"
           ,ElementID: "BDHRJobListings"
           ,ShowCustomContent: false
       };
       bdhr.generateListing(options);
    </script>
    <div id="BDHRJobListings" > </div>
  6. Click Apply.

    Wix_-_09.png

  7. Click X in the top right to close the HTML settings window.

    Wix_-_10.png

  8. Drag and resize the HTML App as desired on the page editor.

    Wix_-_11.png

    Wix_-_12.png

  9. Click Save and/or Publish when finished editing your web page.
Was this article helpful?
0 out of 0 found this helpful