Skip to content

Instantly share code, notes, and snippets.

@mgile
Created January 10, 2012 23:17
Show Gist options
  • Save mgile/1591837 to your computer and use it in GitHub Desktop.
Save mgile/1591837 to your computer and use it in GitHub Desktop.
Advanced Vertical Widget Installation
<div id="advanced-vertical-widget-container"></div>
<script id="wayin-widget" src="http://www.wayin.com/widgets/scripts/widgets.js"></script>
<script>
Wayinwidget.gamesByUser('advanced-vertical-widget-container', "<your username>", {
liststyle: 'advancedVertical',
bgcolor: '#ffffff',
gamestatus: 'ANY'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment