Skip to content

Instantly share code, notes, and snippets.

@sbalko
Created March 16, 2016 08:47
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 sbalko/c2502f16d92c174a81d2 to your computer and use it in GitHub Desktop.
Save sbalko/c2502f16d92c174a81d2 to your computer and use it in GitHub Desktop.
Using the Clipchamp API with jQuery
<html>
<head>
<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
<script src="https://api.clipchamp.com/YOUR_API_KEY/button.js"></script>
</head>
<body>
<!-- Use the jQuery bindings of the Clipchamp API here. -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment