Skip to content

Instantly share code, notes, and snippets.

@bradoyler
Last active August 29, 2015 14:06
Show Gist options
  • Save bradoyler/88ddd727b9b4ab708779 to your computer and use it in GitHub Desktop.
Save bradoyler/88ddd727b9b4ab708779 to your computer and use it in GitHub Desktop.
minimal PDK player example // source http://jsbin.com/miwaca/7
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="minimal PDK player example" />
<meta name="tp:EnableExternalController" content="true" />
<meta charset="utf-8">
<title>minimal PDK player</title>
</head>
<body>
<iframe id="pdkiframe"
src="http://player.theplatform.com/p/69ekLC/hackathon?feedParams=byGuid=p_MTP_moderators_140905"
width="100%" height="160" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment