Skip to content

Instantly share code, notes, and snippets.

@chirags
Created May 13, 2010 01:00
Show Gist options
  • Save chirags/399355 to your computer and use it in GitHub Desktop.
Save chirags/399355 to your computer and use it in GitHub Desktop.
<Module>
<ModulePrefs title="yql">
<Require feature="opensocial-data" />
<Require feature="opensocial-templates"/>
</ModulePrefs>
<Content><![CDATA[
<script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/markup">
<os:HttpRequest key="yql" href="http://query.yahooapis.com/v1/public/yql?q=select%20title%2Cabstract%20from%20search.web%20where%20query%3D%22pizza%22&format=json"/>
</script>
<script type="text/os-template" require="yql">${yql.content.query.results}</script>
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment