Skip to content

Instantly share code, notes, and snippets.

@tonussi
Forked from lp/coderwall_widget_div.html
Created August 12, 2012 01:41
Show Gist options
  • Save tonussi/3328715 to your computer and use it in GitHub Desktop.
Save tonussi/3328715 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/tonussi">
</script>
<script>
new CoderwallWidget({
'color':'#000',
'#fff':'#000',
'width':245,
'height':80
});
</script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment