I don’t want all the sources to be displayed or I want to change their order. Can I do that?

Yes! Use the option to filter the sources we display, or reorder them how you like.

<!DOCTYPE html>
<html>
<head>
<!--
Include the script anywhere on your page, usually in the head
(don't forget to replace `localhost-only` with your CloudSponge key)
-->
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
// extra widget options go here:
cloudsponge.init({
// specify the sources to include in the sources page;
// This sample displays only the top 4 address books.
sources:['gmail', 'yahoo', 'windowslive', 'aol']
});
</script>
</head>
<body>
<a class="cloudsponge-launch">Add from Address Book</a>
<textarea class="cloudsponge-contacts"></textarea>
</body>
</html>