Skip to content

Instantly share code, notes, and snippets.

@scotu
Created September 23, 2011 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scotu/1237712 to your computer and use it in GitHub Desktop.
Save scotu/1237712 to your computer and use it in GitHub Desktop.
Trello Holodeck for Google+ Hangouts
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Trello Holodeck">
<Require feature="rpc"/>
</ModulePrefs>
<Content type="html">
<![CDATA[
<script src="//hangoutsapi.appspot.com/static/hangout.js"></script>
<!-- Your application code --><script type="text/javascript">gapi.hangout.layout.setChatPaneVisible(false);</script>
<iframe style="width:100%;height:100%;border:0;" src="https://trello.com">So sorry, seams like your browser does not support iFrames needed for this gadget...</iframe>
]]>
</Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment