Skip to content

Instantly share code, notes, and snippets.

@andresrc
Created January 23, 2011 12:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save andresrc/792065 to your computer and use it in GitHub Desktop.
Save andresrc/792065 to your computer and use it in GitHub Desktop.
Gist.GitHub Google Gadget
<?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