Skip to content

Instantly share code, notes, and snippets.

@shaohua
Created August 13, 2014 16:59
Show Gist options
  • Select an option

  • Save shaohua/4c10adb50e5a5cde78b8 to your computer and use it in GitHub Desktop.

Select an option

Save shaohua/4c10adb50e5a5cde78b8 to your computer and use it in GitHub Desktop.
box_outer.html
<!DOCTYPE html>
<html>
<head>
<title>Empty gadget</title>
</head>
<body>
Behold your gadget
<iframe src="https://app.box.com/embed_widget/s/rytekckemew26i37kjvd?view=list&sort=name&direction=ASC&theme=blue" width="500" height="400" frameborder="0"allowfullscreen webkitallowfullscreen msallowfullscreen></iframe>
<script type="text/javascript">
window.addEventListener("message", function(event){
console.log('message received at window: ', event);
}, false);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment