Skip to content

Instantly share code, notes, and snippets.

View lp's full-sized avatar

Louis-Philippe Perron lp

View GitHub Profile
@lp
lp / coderwall_widget_div.html
Created May 26, 2011 22:00
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,