Documentation

Everything you need to integrate iCount into your website

Quick Start

Get up and running in under a minute

1. Get your embed code

Go to the homepage and enter your website domain. Choose a widget style and click "Generate embed code".

2. Add to your website

Copy the generated code and paste it into your website's HTML, preferably before the closing tag.

<!-- Add before </body> --> <script src="https://icount.kr/c.js?id=yoursite.com"></script>

3. Start tracking

That's it! Your visitor statistics will start appearing immediately. No configuration needed.

Widget Styles

iCount offers 6 different widget styles to match your website design

Simple

Shows today's visitor count in a clean, minimal format.

Badge

A compact badge showing total page views.

Detailed

Shows today, yesterday, and total statistics.

Realtime

Displays current online visitors with a live indicator.

Minimal

Ultra-minimal view count display.

Image

An embeddable image badge for README files and forums.

API Reference

Access your statistics programmatically

Endpoint

GET https://icount.kr/api.php?id={site_id}

Parameters

id (required) - Your site identifier (e.g., myblog.com)

Response

{ "today": { "pv": 127, "uv": 89 }, "yesterday": { "pv": 234, "uv": 156 }, "total": { "pv": 12847, "uv": 8234 }, "realtime": 5 }

Common Questions

Do I need to create an account?

No! iCount works without any registration. Just add the code to your site.

Is there a usage limit?

iCount is free for reasonable usage. Most personal blogs and small business sites will never hit any limits.

How accurate is the tracking?

Very accurate. We automatically filter bots and crawlers to show only real human visitors.

Can I use it on multiple sites?

Yes! Use a different site ID for each website and track them all separately.