Skip to content

Instantly share code, notes, and snippets.

@lp
Created May 26, 2011 22:00
Show Gist options
  • Save lp/994182 to your computer and use it in GitHub Desktop.
Save lp/994182 to your computer and use it in GitHub Desktop.
HTML DIV for Coderwall Widget
<div id="coderwall_badges">
<script
type="text/javascript"
src="http://coderwall-widget.appspot.com/coderwallbadges.js/yourusername">
</script>
<script>
new CoderwallWidget({
'color':'yourtextcolor',
'backgroundColor':'yourbgcolor',
'width':245,
'height':80
});
</script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment