If you do not wish to use the fleeq side badge as the leading trigger to reveal the bar, you can always use your own proprietary button, CTA, etc...
So if you have a button with an id of "myButton", and you wish to use that button as the trigger to launch your fleeq bar on that page, simply add the selector attribute in your bar configuration setup, and assign the css selector for that button.
<script>
window.fleeqBarConfig = {
bar : "xxxxxxxxxx-xxxxxxxxxx",
selector: "#myButton"
};
</script>
<script src="https://sdk.fleeq.io/fleeq-sdk-light.js"></script>
Comments
0 comments
Please sign in to leave a comment.