Skip to content

Instantly share code, notes, and snippets.

@scottksmith95
Last active December 14, 2015 00:39
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save scottksmith95/5000684 to your computer and use it in GitHub Desktop.
Save scottksmith95/5000684 to your computer and use it in GitHub Desktop.
How to use the coderbits profile widget on your website or blog
<!-- Include the following CSS and Javascript in your page -->
<link href="https://coderbits.com/content/widget/coderbits.css" media="all" rel="stylesheet" type="text/css">
<script src="https://coderbits.com/content/widget/coderbits.js"></script>
<!-- Place the following in the page where you want the widget to render and set your username -->
<section id="coderbits" data-coderbits-username="<your username>"></section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment