Linux 软件免费装
Banner图

DW Reactions

开发者 designwall
oryc9x
更新时间 2016年4月27日 13:11
PHP版本: 3.0 及以上
WordPress版本: 4.4.2
版权: GPLv3
版权网址: 版权信息

标签

facebook like rating votes voting reactions emotions reaction facebook reactions wordpress reactions

下载

1.0.0 1.0.1 1.0.1.1 1.0.1.2 1.0.1.3

详情介绍:

DW Reactions is a new handy feature for Facebook that allows people to express many more feelings on each blog post than just "Like" button. This plugin will help you do the same thing over on your WordPress site. All the expressive features of the plugin are listed below: Great User Experience We used the UX design of Facebook to let users have more and more great experience on both Desktop and Mobile. Flexible 用法 The plugin allows you to easily display the reactions button and the reaction count above or below the post content according to your taste in the WordPress Admin Panel via Reactions Settings. Short-code & PHP Function supported Along with using option, you can quickly use the short-code [reaction] or PHP Function: dw_reactions() in order to display reactions button & counting for your WordPress theme. 贡献 We will update the plugin regularly. If you have any suggestions for the product, please drop a line in the support forum. In addition, we are willing to welcome you translate the plugin into your native language here https://translate.wordpress.org/projects/wp-plugins/dw-reactions P/s: DW Reactions PRO is now available. Please have a look at http://codecanyon.net/item/dw-reactions-pro-wordpress-plugin/15696493

安装:

  1. Upload reactions to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Log In to your WordPress Dashboard and go to menu Dashboard > Settings > Reactions.
Usage
  1. Open wp-content/themes/<Your theme folder>/.
  2. You may place it in archive.php, single.php, post.php or page.php also.
  3. Find <?php while (have_posts()) : the_post(); ?>.
  4. Add anywhere below it (The place you want DW Reactions to show): <?php if (function_exists('dw_reactions')) { dw_reactions(); } ?>.
  5. If you DO NOT want the reactions to appear in every post/page, DO NOT use the code above. Just type in [reactions] into the selected post/page and it will embed reactions into that post/page only.
  6. If you to use reactions button for specific post/page you can use this short code [reactions id="1"], where 1 is the ID of the post/page.
  7. If you want to show reactions button you can use [reactions count="false" button="true"].
  8. If you want to show reactions count you can use [reactions count="true" button="false"].

屏幕截图:

  • Front-end
  • Back-end

更新日志:

1.0.1.3 1.0.1.2 1.0.1.1 1.0.1 1.0.0