Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Created April 24, 2017 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangerouse/87cd4d4340dc64cd5fa11680a06eca4d to your computer and use it in GitHub Desktop.
Save dangerouse/87cd4d4340dc64cd5fa11680a06eca4d to your computer and use it in GitHub Desktop.
CloudSponge Widget Reference - always display the button to export contacts
<!DOCTYPE html>
<html>
<head>
<!--
Include the script anywhere on your page, usually in the head
(don't forget to replace `localhost-only` with your own CloudSponge Widget Key)
-->
<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
cloudsponge.init({
// set the option to be true to always render the CTA
alwaysShowCTA: true
});
</script>
</head>
<body>
<a class="cloudsponge-launch">Add From Address Book</a><br />
<textarea class="cloudsponge-contacts"></textarea>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment