The MegaTech Webflow template includes a Lever integration, allowing you to display and filter job listings on your website seamlessly. Lever, a leading Applicant Tracking System (ATS), helps businesses streamline hiring processes. This walkthrough will guide you through setting up and customizing the integration.
Implementing the Lever Jobs integration offers several advantages for your Webflow site:
To set up the Lever Jobs integration, you need to configure your Lever account name in the provided script:
Go to the page settings in Webflow.
Navigate to the 'Custom Code' section.
<script type="text/javascript">
/* Replace "Leverdemo" with your Lever account name */
window.leverJobsOptions = { accountName: "**Leverdemo**", includeCss: false };
</script>
<script src="<https://components.brixagency.com/webflow-utilities/lever-integration/index.js>"></script>
Look in the 'Before </body> tag' field for:
Replace 'Leverdemo' with your actual Lever account name.