Version 1 (deprecated)
This version will be maintained until Q1 2024 but should not be used if you are a new user or a future PulsePro partner. Head to version 2 instead.
Getting started
Copy paste the following code in your HTML head section.
<head>
...
<script>
!function(e,s,t,n){e.Pulse=n,e[n]=e[n]||function(){(e[n].q=e[n].q||[]).push(arguments)};
let c=s.createElement("script"),r=s.getElementsByTagName("script")[0];
c.async=!0,c.src=t,r.parentNode.insertBefore(c,r)}(window,document,"https://sdk.pulselife.com/bundle-v1.js","pulse");
pulse('init', 'CLIENT_API_KEY')
pulse('render', 'my-widget')
</script>
</head>
<body>
<div id="my-widget"></div>
</body>
Note: the search bar will be added to the web page according to the placement of the <div id="my-widget>
element. You may use some CSS to position and size the div element correctly where you want the search bar to appear.