Skip to main content

Configuration

We offers several configuration options to allow more customisation to your SmartFeed, depending on your company/organisation's needs. We handle configuration through data-attributes inside the SmartFeed script tag.

note

Not all configuration are required

Depending on your company/organisation's needs, some configuration options don't apply.

All Configuration Options

Below is a list of all configuration options that can be set on the SmartFeed.

<script
data-api-key="YOUR_API_KEY"
data-api-url="https://sf.hireroadrecruit.com/"
data-group
data-job-page
data-job-page-url="/job.html"
data-jobs-page-url="/index.html"
data-lang="en-GB"
data-max-jobs="3"
data-posting-type="Careers"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>


API Key | data-api-key

Every SmartFeed has a unquie API_KEY to link to your company/organisation data.

<script 
data-api-key="YOUR_API_KEY"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>

API URL | data-api-url

API URL will change depending where your company/organisation is located in the 🌍

<script
data-api-key="YOUR_API_KEY"
// Default API is set to UK, so no need to add if your region is UK
data-api-url="https://sf.vacancy-filler.co.uk/"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>

Group

Sometimes, an organisation is a part of a Group with several sub-company. If this is the case for your organization, you will need to add the group data-sf data attribute.

We use the data-group attribute to tell the API that the SmartFeed is dealing with a group company.

<script
data-api-key="YOUR_API_KEY"
data-group
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>

Job Page

When implementing a job page, you will need to tell the SmartFeed by adding the data-job-page attribute.

<script
data-api-key="YOUR_API_KEY"
data-job-page
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>
caution

This only required on the jobs page No other pages


Jobs & Job Page URL

When implementing Job Alerts which you can read more about here. The SmartFeed need to know both Full URL Path for Jobs and Job Page.

<script
data-api-key="YOUR_API_KEY"
data-job-page-url="https:www.example.com/job.html"
data-jobs-page-url="https:www.example.com/jobs.html"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>
note

Implement Jobs Alerts anywhere on your Website

Click here to read more.


Language

We offer on the ATS to show Job advert in differnt language, so you the option to toggle the language attribute to tell the SmartFeed which adverts to show.

<script
data-api-key="YOUR_API_KEY"
// If your organisation only shows English Adverts no need to add, the default language is set to english
data-lang="en-GB"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>
note

If Advert languages is not set on the ATS when creating the Advert Default Value is en-GB

Click here to learn more about language:


Jobs loaded

We offer the option for you to set the number of jobs to show on your SmartFeed. We provide this feature for several use cases depending on your company/organisation's needs. One of the main reasons was performance. If your company has many jobs, we can control the number of requests to the API, which will help the overall load time for your webpage to load.

You will also have access to the Load More when activating this feature.

<script
data-api-key="YOUR_API_KEY"
data-max-jobs="6"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>

Posting Type

Your have the option to display what posting type jobs you want to show on your SmartFeed.

<script
data-api-key="YOUR_API_KEY"
// Default Posting Type is set to careers so no need to add
data-posting-type="careers"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>

Smartfeed Framework CDN

latest version of the SmartFeed Framework file can be found here:

<script
data-api-key="YOUR_API_KEY"
src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"
></script>