Simple Chooser
The Simple Chooser is part of the Web Services package and provides a simplified way to integrate a drop-down license selector in a web application.
Basic Usage
The chooser drop-down may be included using an HTML script tag. For example, an extremely simple usage:
<html>
<body>
<select id="license">
<script src="http://api.creativecommons.org/rest/dev/simple/chooser.js" type="text/javascript" >
</script>
</select>
</body>
</html>
This will render a selector as shown below:
