Last active
August 29, 2015 13:58
-
-
Save sotayamashita/9948792 to your computer and use it in GitHub Desktop.
Display coderwall badge on your blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: Please change YOUR USER NAME