Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhubbard/4744274 to your computer and use it in GitHub Desktop.
Save bhubbard/4744274 to your computer and use it in GitHub Desktop.
<!-- 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment