Getting started
As a developer, you can easily integrate the Advisor into your website using our simple API and customize it to fit your brand and user experience.
Integration Steps
Step 1: Get the Frontnow Advisor Code
Step 2: Embed the Code
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<!-- Include Frontnow Advisor library at the end of <body> -->
<script src="https://cdn.frontnow.site/advisor.js"></script>
<script>
// Initialize Frontnow Advisor
const advisor = new Advisor({
subdomain: "YOUR_ADVISOR_SUBDOMAIN"
});
</script>
</head>
<body>
<!-- Your website content here -->
</body>
</html>Step 3: Customize the Frontnow Advisor
Step 4: Test the Frontnow Advisor
Conclusion
Was this helpful?