Post Like Counter
开发者 |
jigen.he
|
更新时间 |
2009年2月24日 18:16 |
PHP版本: |
2.0 及以上 |
WordPress版本: |
2.7 |
详情介绍:
Post Like Counter will tell you how many people like your post.
安装:
- Upload the folder
ILIKE
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Insert function
<?php showLikeCount(get_the_ID());?>
to each post,it will show how many people like your post.
- Insert function
<?php showLikeLink(get_the_ID());?>
to each post.it will show a link for vistor to hit who like your post