You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
484 B

<!doctype html>
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.pandoravideo.js"></script>
<script type="text/javascript">
$(function() {
$('#pandoravideo').pandoravideo();
});
</script>
</head>
<body>
<div id="pandoravideo" data-pandora-id="DJ" data-pandora-layers="transcripts, descriptions, keywords, places">
</div>
</body>
</html>