With the Applicant Tracking System and Wix, you can add our career feed with their page editor quickly and easily.
- On the left-hand side of the page editor, click the icon for the Wix App Market.
- Search for "HTML App" on the Wix App Market. Click Get App for "HTML App".
- When the HTML App is added to the page editor, click the gear/settings icon.
- Click into the code field and paste your career feed code.
- Scroll through your career feed code and add "https:" to the beginning of two links like below:
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> - Click Apply.
- Click X in the top right to close the HTML settings window.
- Drag and resize the HTML App as desired on the page editor.
- Click Save and/or Publish when finished editing your web page.