This example loads the neon
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 neon theme:
theme: 'neon',
// some textual changes specified here
localeData: {
SELECT_CONTACTS: 'Choose Your Contacts',
GET_CONTACTS: 'Send',
GET_CONTACTS_MOBILE: 'Send',
SEARCH_CONTACTS: 'Search',
SEARCH_SELECTED: 'Search',
}
});
</script>