Skip to content

Instantly share code, notes, and snippets.

@bguthrie
Created January 9, 2012 22:47
Show Gist options
  • Save bguthrie/1585413 to your computer and use it in GitHub Desktop.
Save bguthrie/1585413 to your computer and use it in GitHub Desktop.
An example of Coderwall badge integration.
<!-- Add these tags to the HEAD section of your page. -->
<link href="http://coderwall.com/stylesheets/jquery.coderwall.css" media="all" rel="stylesheet" type="text/css">
<script src="http://coderwall.com/javascripts/jquery.coderwall.js"></script>
<!-- You also need to place a container where you'd like the Coderwall badges to render. -->
<section class="coderwall" data-coderwall-username="(your username)" data-coderwall-orientation="(vertical or horizontal)"></section>
section.main {
position: relative;
}
section.coderwall {
position: absolute;
top: 0px;
left: 800px;
}
@decause
Copy link

decause commented Jul 19, 2012

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