This example loads the frost
theme which simplifies the widget layout and colors. Load the widget below to see how it looks.
<!-- TODO: update the script with your own Cloudsponge key -->
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
cloudsponge.init({
// the frost theme:
theme: 'frost',
// some textual changes specified here
localeData: {
SELECT_CONTACTS: 'Import',
GET_CONTACTS: 'Add Contacts',
GET_CONTACTS_MOBILE: 'Add',
SEARCH_CONTACTS: 'Search',
SEARCH_SELECTED: 'Search',
},
});
</script>