Last active
August 29, 2015 14:06
-
-
Save bradoyler/88ddd727b9b4ab708779 to your computer and use it in GitHub Desktop.
minimal PDK player example // source http://jsbin.com/miwaca/7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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