WordPress Plugin: WP-Clap

WordPress 插件

WP-Clap (版本 1.3)

介绍

并不是所有人在读完日志后都会留言,没有留言你不能知道有谁读了你的博客,日志也容易出现冷场现象。WP-Clap(拍手插件)会为你的日志增加一个拍手栏目,你的读者读完日志后可以随手点一下链接,以示路过,减少冷场现象。

WP-Clap会在日志中显示谁拍了手,包括头像、名字和拍手数,你可以自定义是否显示它们。除此之外,你还可以像在首页显示有多少次拍手,就像显示有多少条留言一样。

下载

WP-Clap 1.3 (下载)

要求的版本

WordPress 2.7 或更高.
我不清楚WP-Clap插件在WP 2.5或更低的版本是否能正常工作,但你可以试一下。

支持的语言

  • US English/en_US (默认)
  • 简体中文/zh_CN (Ariagle)
  • 日本語/ja_JP (晓晓)
  • Dutch/nl_NL (Marcel)

安装

  • 1. 解压缩此插件到 '/wp-content/plugins/' 这个目录
  • 2. 在WP后台的插件页面激活此插件
  • 3. 在 '设置->WP-Clap' 页面中自定义此插件的设定
  • 4. 在设定页的'显示'选项中选择你想显示拍手的地方。选择后不用再看下面的文字了。
  • 5. (如果你没选上述选项或想手动添加代码) 在 'single.php' (或者其他你想要开放拍手的地方,比如 page.php) 文件中增加下面这行:

<?php if(function_exists('wp_clap')) { wp_clap(); } ?>

  • 6. 你可以在 'index.php' 使用下面的函数来显示有多少次拍手,就如同显示有多少条评论一样:

<?php if(function_exists('get_wp_claps')) { get_wp_claps(zero, one, more, mode, link, echo, post_id); } ?>

get_wp_claps()的参数:

名称 类型 说明 默认值 版本
zero string 无拍手时显示的文本。 'No Claps' 1.0+
one string 只有1次拍手时显示的文本。 'One Clap' 1.0+
more string 多于1次拍手时显示的文本,'%' 会被替换成实际拍手数。 '% Claps' 1.0+
mode integer 显示拍手数的类型。

0 = 总拍手数,

1 = 拍手人数,

2 = 平均拍手数.

0 1.0+
link integer 0 = 不用链接, 1 = 链接到日志的拍手区域. 0 1.0+
echo integer 0 = 打印, 1 = 返回值. 1 1.0+
post_id integer 对应的日志。一般不用改它。 0 1.0+

例子:

对于 get_wp_claps() 这函数, 一般来说不用设定 $link, $echo and $post_id 的值。下面是一些例子:

<?php get_wp_claps('No Claps', 'One Clap', '% Claps'); // 显示总拍手数 ?>
<?php get_wp_claps('0 Clapper', '1 Clapper', '% Clappers', 1); // 拍手人数 ?>
<?php get_wp_claps('No Claps', 'One Clap', '% Claps', 2); // 平均拍手数 ?>
<?php get_wp_claps('0 Claps', '1 Clap', '% Claps', 0, 0); // 不带链接的总拍手数 ?>

常见问题

  • 怎样在日志中显示拍手?
    有两个方法:

    • 1. 在WP-Clap后台的设定页面的'显示'选项中,选择你想要显示拍手的地方。
    • 2. 在你想要显示的地方加入下面这行:
      <?php if(function_exists('wp_clap')) { wp_clap(); } ?>
      比如,在 'single.php' 文件中,你可以把上面这行加到下面这行的上面:
      <?php comments_template(); ?>
  • 怎样在首页显示有几次拍手?
    有两个方法:

    • 1. 在WP-Clap后台的设定页面的'显示'选项中,选择'自动将拍手数显示在日志和摘要中'。拍手次数会显示在右上角,访客同样可以在此拍手。
    • 2. 使用函数 get_wp_claps() 来实现。 请在[安装]的说明中查看此函数的相关参数。
  • 没有Widget吗?
    抱歉,目前WP-Clap并不支持Widget。也许我们会在下一个版本中增加此功能。
  • 拍手区域在我博客中的布局是乱的? 我们不能保证WP-Clap的默认样式能适合每一个主题。你可以在后台的[样式]设定中选择使用自定义样式,然后在你的主题的style.css文件中添加你的自定义样式(这需要你有一定的css基础)。

截图

wp-clap-01
拍手区域

clap_f
拍手次数

wp-clap-02-s
后台选项

该插件已提交到WordPress插件目录。别忘记在本日志下面拍拍手以示支持~
PS.第一页的英文错误请在twitter上指出,给园长留点面子-_-

分页: 1 2

相关日志

MP-Ukagaka伪春菜插件 for WordPress 萌化你的博客
MP-Ukagaka伪春菜插件 for WordPress 萌化你的博客

乐园新装:Glassy Garden 绿迎新春
乐园新装:Glassy Garden 绿迎新春

WordPress Plugin: WP No Keyword 防关键字屏蔽插件
WordPress Plugin: WP No Keyword 防关键字屏蔽插件

WordPress插件推荐: Picasa Image Express
WordPress插件推荐: Picasa Image Express

春节献礼:27P秀丽女模芋iPhone/iPod壁纸 + Lo全新主题
春节献礼:27P秀丽女模芋iPhone/iPod壁纸 + Lo全新主题

下一篇 »

拍手

无力吐槽,就来拍下手吧~
现在已有321次拍手,平均拍手25次。

“WordPress Plugin: WP-Clap”有 48 条吐槽

  1. 不知道和inove能不能合得来,那个拍手的图标如果能再优化一下就更好了...

  2. 拍手居然可以刷~~(lll ーдー)

  3. 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 :)

  4. 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.

  5. 看来似乎应该设置防止刷拍手的东西=w=

  6. 这个插件系2.84里面有错误啊,只要没有拍手过的文章,就会报错了!希望出新版本修正这个问题!

  7. If you sent me an e-mail I will reply with the Dutch translations.

  8. Works great, thank you

  9. Oh, this is nice! I don't have to rely on CGI WebClap so much anymore :D

  10. Hey u thnx. Keep up the great work!

  11. 挺有创意的小东东,我喜欢

  12. 请问,您是通过什么来判断重复拍手的?
    Cookie?IP?
    我担心会出现有人恶意不停地重复拍手~

  13. 我发现在编辑文章的时候有个自定义域wp_claps,好像修改器一样啊=。=

  14. 希望博主在下一个版本中,可以在后台添加对日志拍手数的一栏。比方说一个表格
    postid posttitle clapcount
    并可以给予排序查看。
    这个只是建议,如果博主工作繁忙,可以直接无视此评论:P

  15. 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.

  16. 请告知一下,新版本1.2里面Container的书写规则。
    我想将其放入一个Class为under的DIV底部,我输入了div.class,好像没有达到预期效果,请解答一下

  17. 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.

  18. [...] Zur WP-Clap-Plugin-Seite geht es übrigens hier…. [...]

  19. 老实说,如果没有醒目巨大的拍手标志,俺是基本不会记得按拍手的。

  20. This is such an awesome plugin. I'm using it on my site. :D

  21. Great plugin! I'm already using this on my site but, I have a question with the design. I changed the clap image to a different one that is 180x174 and, it made the text go down. I want to make it so that the text (inputted through notice textbox in the WP Clap Options page) be side by side with the image, how do I do that?

    I hope you can help me with this since I have wanted so badly to add a webclap-thingy on my blog ever since I saw it on those japanese blogsites.

    Thank you and more power!

吐个槽吧

欢迎光临~
伪春菜for WordPress插件V1.3已经发布,猛击这里获取~
战场原