﻿=== Post Like Counter ===
Contributors: jigen.he
Tags: Post,Ajax
Donate link:
Requires at least: 2.0
Tested up to: 2.7
Stable tag: 0.2

Post Like Counter will tell you how many people like your post.

== Description ==


Post Like Counter will tell you how many people like your post.


== Installation ==

1. Upload the folder `ILIKE` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Insert function `<?php showLikeCount(get_the_ID());?>` to each post,it will show how many people like your post.
4. Insert function `<?php showLikeLink(get_the_ID());?>` to each post.it will show a link for vistor to hit who like your post
