Skip to content

Instantly share code, notes, and snippets.

@ishikawa
Created March 9, 2009 01:33
Show Gist options
  • Save ishikawa/76042 to your computer and use it in GitHub Desktop.
Save ishikawa/76042 to your computer and use it in GitHub Desktop.
The simplest gadget: This gadget displays the message "Hello, World!"
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="test appli">
<Require feature="opensocial-0.8" />
<Require feature="dynamic-height" />
<Require feature="settitle" />
<Require feature="views" />
</ModulePrefs>
<Content type="html" view="canvas"><![CDATA[
Hello, World!
]]></Content>
<Content type="html" view="profile"><![CDATA[
Hello, World!
]]></Content>
<Content type="html" view="home"><![CDATA[
Hello, World!
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment