Add Koornk to your site
Here’s a neat way to let visitors to your blog or profile page on the web know what you’re up to at the moment: Display your latest updates there with a customized widget.
Grab the HTML code below and paste it into your web page - replace ##USER## with your Koornk username.
<div id="koornk_statuses">
<h3>Koornk Updates</h3>
<ul id="koornk_update_list"></ul>
<a href="http://koornk.com/user/##USER##/" id="koornk-link" style="display:block;text-align:right;">follow me on Koornk</a>
</div>
<script type="text/javascript" src="http://koornk.com/tools/koornk/widget.js"></script>
<script type="text/javascript" src="http://koornk.com/api/timeline/##USER##/?callback=koornk_callback&limit=3"></script>
To ensure loading of your page even in the case of koornk.com non-loading, move the two lines that start with <script type="text/javascript"... to the bottom of your page (just above </body>)

