Skip to content

Instantly share code, notes, and snippets.

@TakashiUNUMA
Forked from ochilab/gist-github-gadget.xml
Created April 19, 2014 15:53
Show Gist options
  • Save TakashiUNUMA/11088434 to your computer and use it in GitHub Desktop.
Save TakashiUNUMA/11088434 to your computer and use it in GitHub Desktop.
<?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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment