Examples

Turn Off Cookies/Tracking

This example suppresses the cookies and tracking that our widget does by default.


Add from Address Book 

<!-- TODO: update the script with your own Cloudsponge key -->
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
cloudsponge.init({
  noTracking: true
});
</script>