In our Basic Installation, we demonstrate the simplest way to get started. We put a simple “Add from Address Book” hyperlink on your page that will open our contact picker to a menu of available contact sources. If you want to sort or filter the contact source icons that are displayed on the main menu, configure your contact picker with the sources option.

For example, if you want to display Google, Yahoo, Outlook.com, and iCloud (in that order) then you would use:

cloudsponge.init({
  sources: ["gmail", "yahoo", "outlookcom", "icloud"]
})