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.

Revisions

  1. shaohua created this gist Aug 13, 2014.
    15 changes: 15 additions & 0 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    <!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>