Skip to content

Instantly share code, notes, and snippets.

@mgile
Created March 1, 2012 22:31
Show Gist options
  • Save mgile/1953700 to your computer and use it in GitHub Desktop.
Save mgile/1953700 to your computer and use it in GitHub Desktop.
Wayin Mobile Widget Example
<div id="mobile-widget-container"></div>
<script id="wayin-widget" src="http://www.wayin.com/widgets/scripts/widgets.js"></script>
<script>
Wayinwidget.gamesByUser('mobile-widget-container', "<your username>", {
imgsize: 'medium',
liststyle: 'mobile',
listsize: 1,
bgcolor: '#eee',
gamestatus: 'ANY'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment