Skip to content

cloudsponge/contact-picker-examples

Repository files navigation

CloudSponge Examples

This is a public library of fully functional examples of the CloudSponge widget. You can deploy any of these html files into your localhost environment to start tinkering around with the product.

Hosting this directory is straightforward if you have python installed on your system:

  • open a terminal
  • cd to this directory
  • run python -m SimpleHTTPServer 5000 (or python -m http.server 5000 if you're using Python 3)
  • open localhost:5000/ in a browser

Basic Installation

The simplest way to integrate the CloudSponge widget is to add an anchor tag with the cloudsponge-launch class somewhere on your page.

Deep Links

You can skip the main menu and let your users go straight to the contact source that they want by adding these deep links to your page.

Most people replace these text links with graphics. You can download some icons here if you don't have your own set.

Mailto Killer

You can improve the performace of your existing mailto link by launching our Contact Picker before the email composer window is opened.

Releases

No releases published

Packages

No packages published