Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Last active June 1, 2022 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangerouse/2051201 to your computer and use it in GitHub Desktop.
Save dangerouse/2051201 to your computer and use it in GitHub Desktop.
Cloudsponge Widget Reference - Deep Links
<!DOCTYPE html>
<html>
<head>
<!--
Include the script anywhere on your page, usually in the head
(don't forget to replace `localhost-only` with your own CloudSponge Widget Key)
-->
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
</head>
<body>
Add from...<br />
<a class="cloudsponge-launch" data-cloudsponge-source="gmail">Sign in with Google</a><br />
<a class="cloudsponge-launch" data-cloudsponge-source="yahoo">Yahoo</a><br />
<a class="cloudsponge-launch" data-cloudsponge-source="windowslive">Outlook.com</a><br />
<a class="cloudsponge-launch" data-cloudsponge-source="aol">AOL</a><br />
</body>
</html>
<textarea class="cloudsponge-contacts"></textarea>
</body>
</html>
@halldorr
Copy link

halldorr commented Aug 6, 2015

Lines 47, 53, 54 - they supposed to be stye or style?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment