Embedding job listings from Keka Hire directly onto your company's career site is a great way to keep your job openings updated without manual intervention. Here's how you can easily use the embed code feature in Keka Hire to achieve this:
Steps to Access the Embed Code:
1. Navigate to the Career Site Section:
- In the Keka Hire platform, go to the Career Site section.
- Once you're in the Career Site dashboard, you will see an overview of your site, including published jobs, visitors, applications, and analytics.
2. Locate the Embed Code:
- Scroll down the Career Site page until you find the Embed Jobs section.
- Here, you'll find a code snippet. This code allows you to embed all your job listings on your external career site. Simply click the Copy Code button to copy the embed code to your clipboard.
How to Use the Embed Code:
Once you have the embed code and run the script, you'll notice that different sections of the content are organised using various <div> elements. Each of these <div> elements comes with its own set of styles and class attributes.
To customise the appearance of these sections, follow these steps:
- Inspect the Structure: Open your browser’s developer tools to inspect the embedded content. You’ll see multiple <div> elements, each associated with unique styles and classes that define the layout and appearance.
- Identify the Classes: Use the query selector functionality provided by your web framework (e.g., JavaScript's document.querySelector or jQuery's $()) to target the specific classes assigned to each <div>. This will allow you to select and modify the content and styling of individual sections.
- Apply Custom CSS: Once you’ve identified the unique classes for each <div>, you can write and apply your own CSS to adjust the styles according to your needs. For example, you can change colors, fonts, margins, or any other visual property by modifying the associated class in your CSS file or style block.
Example: "kh-footer-content" is the unique class for keka footer in jobs
kh-card-body for job cards
Next, take the following steps:
- Contact Your Career Site Developer or IT Team:
- You will need to provide the embed code to your website developer or IT team.
- They will insert this code into the HTML body of your career site.
- Automatic Job Listing Updates:
- Once the embed code is placed on your career site, all job listings published in Keka Hire will automatically reflect on your external career site.
- Any updates made in Keka will be instantly mirrored on your website, keeping your job listings always current.
Additional Support:
If you need further assistance with embedding the code, your website developer or IT team will be the best point of contact. They can help integrate the code into the website effectively and troubleshoot any issues.