Installing Smartbar
Step-by-step guide to installing the Spara Smartbar on your marketing website.
<head>
<script type="text/javascript" src="https://app.spara.co/embed-<app_id>.js"></script>
</head>Step 2: Identify where to load Smartbar
<head>
<script type="text/javascript" src="https://app.spara.co/embed-<app_id>.js"></script>
</head>
<body>
<div class="marketing-hero">...</div>
<div id="spara-smartbar-root"></div>
<div class="marketing-section">...</div>
</body>Using Single Page Applications (SPAs)
Last updated