Show Me


Widgets are a simple way to show visitors your site's Cownter or Cowrate numbers.

Cownter Widget:

It shows the amount of current visitors per page on your site.

Cowrate Widget:

It displays pages for a specified category ranked by how your visitors rated them.

How Do I Do It?


The widgets are simple iframes. They will take the size and background color of the parent container on your page. This gives you great control of how they look. You can have even more control by passing your own stylesheets for the widgets.

Cownter:

Add the snippet below to your page.
  token - Your site's token. You can get it in my_account if you do not remember it.
  username - This is the username with which you signed up.
  stylesheet - You can specify your own stylesheet for the iframe. Specify the full path including the "http://".
<script language="JavaScript" type="text/javascript"><!--
            cowntus_app = "cownter";
            cowntus_token = "979";
            cowntus_username = "unicow";
            cowntus_stylesheet = "";
            //-->
</script>
<script language="JavaScript" type="text/javascript" src="http://cownt.us/cowntus-widget.js">
</script>

Cowrate:

Add the snippet below to your page.
  token - Your site's token. You can get it in my_account if you do not remember it.
  username - This is the username with which you signed up.
  category - The category of pages that you want to display.
  stylesheet - You can specify your own stylesheet for the iframe. Specify the full path including the "http://".
<script language="JavaScript" type="text/javascript"><!--
            cowntus_app = "cowrate";
            cowntus_token = "979";
            cowntus_category = "cowntus";
            cowntus_username = "unicow";
            cowntus_stylesheet = "";
            //-->
</script>
<script language="JavaScript" type="text/javascript" src="http://cownt.us/cowntus-widget.js">
</script>