coderbits.widget icon indicating copy to clipboard operation
coderbits.widget copied to clipboard

Coderbits profile widget

Coderbits profile widget

What is it?

It is a client side widget you can include in your website, blog, or any web page that will show off your coderbits stats such as top skills, followers, badges, etc.

Preview

The index.html is all you need.

You can get a rendered preview of the index.html via htmlpreview.github.io.

How do I use it?

  • Include the following CSS and Javascript in your page

    https://coderbits.com/content/widget/coderbits.css

    https://coderbits.com/content/widget/coderbits.js

  • 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>

Can I host it myself?

You sure can. Take the JavaScript and CSS file from this repository and host them on your server.

Bitdeli Badge