Skip to content

Instantly share code, notes, and snippets.

@joaovitor
Forked from andresrc/gist-github-gadget.xml
Created August 6, 2012 15:05
Show Gist options
  • Save joaovitor/3275129 to your computer and use it in GitHub Desktop.
Save joaovitor/3275129 to your computer and use it in GitHub Desktop.

Revisions

  1. @andresrc andresrc created this gist Jan 23, 2011.
    20 changes: 20 additions & 0 deletions gist-github-gadget.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    <?xml version="1.0" encoding="UTF-8" ?>
    <Module>
    <ModulePrefs title="Derquinse Gist.GitHub Gadget">
    <Require feature="dynamic-height" />
    </ModulePrefs>
    <UserPref name="gistId" display_name="Gist #" required="true" />
    <Content type="html">
    <![CDATA[
    <div id="content_div">
    <script src="http://gist.github.com/__UP_gistId__.js"></script>
    <script type="text/javascript">
    gadgets.util.registerOnLoadHandler(gadgets.window.adjustHeight);
    </script>
    </div>
    ]]>
    </Content>
    </Module>