jQuery plugin that displays Coderwall badges for your team.
Check out the demo.
===
$('#CONTAINER').codersWall({
team: ['CODERWALL','USERNAMES','SEPARATED','BY','COMMAS'],
badge_size: 128 // (optional) defaults to 72 & max is 200
});
Minified: coderwall.min.js (4kb)
Full: coderwall.js (6kb)
CoffeeScript source: coderwall.coffee (7kb)
Default CSS: coderwall.css (1kb)