Getting started
As a developer, you can easily integrate the Advise into your website using our simple API and customize it to fit your brand and user experience.
Step 1: Get the Frontnow Advise Code
Step 2: Embed the Code
Method 1: Direct Embedding
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<!-- Frontnow Advise library -->
<script src="https://sdk.frontnow.app/v1/advisor.js"></script>
<script>
// Initialize Frontnow Advise
const advisor = new AdvisorSDK("YOUR_API_KEY");
</script>
</head>
<body>
<!-- Your website content here -->
</body>
</html>Method 2: Using Google Tag Manager
API Key
Step 3: Render Advise in a Target Element (Optional)
How to Render in a Target Element
Notes:
Step 4: Set the Initial Language (Optional)
Step 5: Customize the Frontnow Advisor
Step 6: Utilize Events and Methods
Events
Methods
Step 6: Test the Frontnow Advisor
Last updated
Was this helpful?