jquery.pandoravideo.js/index.html

19 lines
484 B
HTML

<!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>