中文说明版本在第二页。
WordPress Plugin:
WP-Clap (Version 1.3)
Description:
Not everyone wants to leave a comment, and you don’t know who have read your post without feedback. WP-Clap helps you make your visitors leave simple feedback without type a comment.
WP-Clap will creat a clap area after your post. Just like the comment area, your readers can clap for your post after reading, but they do not need to type anything. You can also use our function in your homepage to show how many claps the posts have, just like how many comments there are.
Download:
WP-Clap 1.3 (download)
Requires Version:
WordPress 2.7 or higher.
I don’t know whether WP-Clap can work at WP 2.5 or lower, but you can have a try.
Supported Languages:
Installation:
- 1. Unzip archive to the ‘/wp-content/plugins/’ directory
- 2. Activate the plugin through the ‘Plugins’ menu in WordPress
- 3. Go to ‘Setting->WP-Clap’, and change the setting
- 4. If you Check the options of the ‘Display’, you do not need to pay attention to the following content
- 5. (If you uncheck the above options) In your ’single.php’ (or other files you want clap such as page.php) file add the following lines:
<?php if(function_exists('wp_clap')) { wp_clap(); } ?>
- 6. You can use the following functions in ‘index.php’ to show how many claps your posts have:
<?php if(function_exists('get_wp_claps')) { get_wp_claps(zero, one, more, mode, link, echo, post_id); } ?>
Parameters of get_wp_claps():
| Name | Type | Description | Default | Versions |
|---|---|---|---|---|
| zero | string | Text to display when there are no claps. | ‘No Claps’ | 1.0+ |
| one | string | Text to display when there is one clap. | ‘One Clap’ | 1.0+ |
| more | string | Text to display when there are more than 1 claps,
‘%’ is replaced by the number of claps. |
‘% Claps’ | 1.0+ |
| mode | integer | Which number you want to show.
0 = Total claps, 1 = Total clappers, 2 = Average claps. |
0 | 1.0+ |
| link | integer | 0 = No link, 1 = A link to the clap area. | 0 | 1.0+ |
| echo | integer | 0 = echo, 1 = return value. | 1 | 1.0+ |
| post_id | integer | Target post. Generally you do not need to set it. | 0 | 1.0+ |
Using Examples:
As the function get_wp_claps(), generally you do not neet to reset the $link, $echo and $post_id. There are some examples:
<?php get_wp_claps('No Claps', 'One Clap', '% Claps'); // total claps ?>
<?php get_wp_claps('0 Clapper', '1 Clapper', '% Clappers', 1); // total clappers ?>
<?php get_wp_claps('No Clap', 'One Clap', '% Claps', 2); // average claps ?>
<?php get_wp_claps('0 Claps', '1 Clap', '% Claps', 0, 0); // total claps with no link ?>
Frequently Asked Questions:
- How to display the Clap Area?
There are 2 ways to display the clap area:- 1. In the ‘Setting->WP-Clap’ page, check the options of ‘Display’ and the clap area will be inserted into where you want.
- 2. Add the following line to where you like to display it():
<?php if(function_exists(‘wp_clap’)) { wp_clap(); } ?>
For example, in the ’single.php’ file, you can add it before
<?php comments_template(); ?>
- How to display the number of claps in the index?
There are 2 ways to display the number of claps:- 1. In the ‘Setting->WP-Clap’ page, check the option ‘Auto insert frequency into post and excerpt’ of ‘Display’, and the number of claps will be inserted into the right top of the post and excerpt. Posts can be also clapped here.
- 2. You can use the function get_wp_claps(). Go to Installation to learn the parameters of this function.
- Widget
Sorry, WP-Clap doesn’t have widget now. Maybe widget will appear at the next version. - The Clap Area’s style is wrong in my blog!
We can not make sure that the WP-Clap’s default style suits for everyone’s themes. You can check the style option in the WP-Clap setting page and add your custom style to your theme’s ’style.css’ file.
Screenshots

Clap Area

The number of claps.
Don’t forget to clap for this post!

拍拍手





顶一下……
不知道和inove能不能合得来,那个拍手的图标如果能再优化一下就更好了…
美化的事自己来嘛。
拍手居然可以刷~~(lll ーдー)
give me five~
刷拍手=w=
This looks like a fun plugin but you may want to consider another name such as WP-Applause. The word “clap” has another meaning in English that isn’t so pleasant as “applause”. A minute or two spent in Wikipedia will demonstrate what I mean :)
I have considered that, but in some japanese blogs, a widget named “Clap” is used like this plugin. So I finally decided to use this name. :)
I’ll be trying it on my WPMU blog soon but I may edit the name :)
Wish you success~ :)
还好没用slap>..< 不过同意老外的说法,clap比较多的意思还是拍击。而中文的意思拍手为喝彩,所以applause更符合大意。。。不过日文的拍手意味鼓掌
PS:其实太咬文嚼字了,都一个意思=w=
Hi, I like the idea of WP-Clap very much! Just an idea: automatically inserting clap into posts is easier for a lot of users (in stead of manual editing of files). Take a look at Cli.gs and Tweet how I realized that if you like. If you want a Dutch translation, just send me the .po(t) file. Kind Regards.
Thank you, that’s a good idea, I will add it to the next version. The .po file is in the ‘languages’ directory of WP-Clap, and you can use the default file ‘wp-clap.po’ to translate it. :)
看来似乎应该设置防止刷拍手的东西=w=
这个插件系2.84里面有错误啊,只要没有拍手过的文章,就会报错了!希望出新版本修正这个问题!
请问是怎样的错误?我这里没有发现问题。
Warning: Division by zero in /wp-content/plugins/wp-clap/wp-clap.php on line 73
没有拍过的文章就会出现这样的错误·!
收到,此错误会在下一版本中修正。
临时解决办法:在wp-clap.php的73行之前再加入下面这行:
if ($clappers == 0) { $clappers = 1; }
我这也没问题。。
虽然找不到好位置放就是了……
If you sent me an e-mail I will reply with the Dutch translations.
Works great, thank you
Oh, this is nice! I don’t have to rely on CGI WebClap so much anymore :D
Hey u thnx. Keep up the great work!
园长很强大~
挺有创意的小东东,我喜欢
请问,您是通过什么来判断重复拍手的?
Cookie?IP?
我担心会出现有人恶意不停地重复拍手~
只要点一次就会在对应人头下+1拍手数,并没有做过多限定。你可以只显示“拍手人数”,这样就相当于只允许拍手一次了。代价是未留言过的人都被归入“匿名”而只算作一次。
@Ariagle: 谢谢您的解答!
我发现在编辑文章的时候有个自定义域wp_claps,好像修改器一样啊=。=
是的,像postview等插件的数据统计都是在这里的。
希望博主在下一个版本中,可以在后台添加对日志拍手数的一栏。比方说一个表格
postid posttitle clapcount
并可以给予排序查看。
这个只是建议,如果博主工作繁忙,可以直接无视此评论:P
对,我已经有这计划了,只是一直没加入=W=
hi,
please help me, i picked the option of auto insertion but I have the clap block/button on pages too, how can I make it show only on posts.
I am sorry to say that it can not be showed only on posts in this version(1.1). I will add a new option which make it only show on posts or pages in the next version.
请告知一下,新版本1.2里面Container的书写规则。
我想将其放入一个Class为under的DIV底部,我输入了div.class,好像没有达到预期效果,请解答一下
打错了,我输入了div.under没有达到预期效果
不用设定class,直接写容器名称。如div、span或h1、h2、h3…
我明白了,这个容易的意思是title的容器哈。
我还以为是可以让插件自动将拍手的div自动嵌入某个指定容器来着。
晕,今天怎么老发错字-_-!
我明白了,这个容器的意思是title的容器哈。
我还以为是可以让插件自动将拍手的div自动嵌入某个指定容器来着。
是的。
In my WordPress installation (2.8.4), I logged in as a subscriber and I found I am able to edit the WP-Clap settings. It should Not be so. Only the Admin should be able to do so.
Only WP_Clap was there in the Settings (as a subscriber). Nothing else. This is Not safe because any subscriber can change WP_Clap settings.
You need to remove this anomaly from WP_Clap and we are waiting for an upgrade.
I have fixed it, please upgrade to version 1.3. :)
[...] Zur WP-Clap-Plugin-Seite geht es übrigens hier…. [...]
老实说,如果没有醒目巨大的拍手标志,俺是基本不会记得按拍手的。
This is such an awesome plugin. I’m using it on my site. :D