Installation
With the introduction of the SmartFeed framework, one of our goals is to make it more straightforward than before by offering a range of features and allowing you complete control over the look and feel of your SmartFeed, by following several simple steps.
As such, there isn't much you need to do to get started with the SmartFeed framework.
caution
Before starting
You should have been provided with a unique API_KEY
which links to your company/organisation by your assigned Account/Implementation Manager.
Quick Start
Get started by including the SmartFeed production-ready framework via CDN without the need for any build steps. See it in practice with this SmartFeed Codepen Demo.
<script data-api-key="YOUR_API_KEY" src="https://smartfeed.vacancy-filler.co.uk/editor/main.js"></script>
We recommend putting <script>
tag in the <head>
section of your <html>
file for performance 🚀.