Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Last active July 20, 2016 20:08
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/eb5d7f4a8fb89e8982b2 to your computer and use it in GitHub Desktop.
Save dangerouse/eb5d7f4a8fb89e8982b2 to your computer and use it in GitHub Desktop.
CloudSponge Widget Reference - CSV import per provider
<!DOCTYPE html>
<html>
<head>
<!--
Include the script anywhere on your page, usually in the head
(don't forget to replace YOUR_WIDGET_SCRIPT with your CloudSponge key)
-->
<script src="//api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
cloudsponge.init({
// default to the CSV import is possible
// for any of these sources
csvProviders:{
addressbook: true,
outlook: true
}
});
</script>
</head>
<body>
<a class="cloudsponge-launch">Add from Address Book</a>
<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