Skip to content

Instantly share code, notes, and snippets.

@sotayamashita
Last active August 29, 2015 13:58
Show Gist options
  • Save sotayamashita/9948792 to your computer and use it in GitHub Desktop.
Save sotayamashita/9948792 to your computer and use it in GitHub Desktop.
Display coderwall badge on your blog
<script="" type="text/javascript">
function display_coderwall(args) {
var badges = args["data"]["badges"];
for ( var i = 0; i < badges.length; i++ ) {
document.write('<img '"="" +="" badge"]="" height="48" src="'+ badges[i][" width="48" />');
}
}
<script src="http://coderwall.com/YOUR USER NAME.json?callback=display_coderwall"/>
</script>
@sotayamashita
Copy link
Author

Note: Please change YOUR USER NAME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment