EasyVote

描述

EasyVote is a lightweight voting plugin for WordPress that allows you to create and manage voting processes directly from the admin panel.

It is designed to be easy to configure and suitable for public participation processes, associations, and organizations that need a simple voting system integrated into WordPress.

Main features

  • Create voting processes and proposals from the WordPress admin panel.
  • Publish a voting using a shortcode: [votacion id="123"].
  • Allow users to vote directly from the frontend.
  • Optional results display (table and charts) when enabled in the voting settings.
  • Results shortcode: [resultats id="123"].
  • Responsive frontend layout.
  • Translation-ready (Text Domain: easyvote).

Third-Party Libraries

This plugin bundles Chart.js (https://www.chartjs.org/)
License: MIT
Source: https://github.com/chartjs/Chart.js

屏幕截图

  • Frontend voting page.
  • Frontend results display with charts.
  • Admin panel: voting list.
  • Admin panel: results view.

安装

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Create a new voting process from the EasyVote menu in the admin panel.
  4. Add proposals to the voting.
  5. Copy the shortcode and paste it into any page or post.

常见问题

How do I publish a voting?

Create a voting in the admin area and use the shortcode [votacion id="123"] on any page or post.

How can I show voting results?

Enable the option to display results in the voting settings. Results can appear on the voting page, and you can also use the shortcode [resultats id="123"].

Does EasyVote work on mobile devices?

Yes. The frontend layout is responsive and works on mobile and tablet devices.

Is EasyVote translation-ready?

Yes. All user-facing strings are prepared for translation using the easyvote text domain.

Does EasyVote use cookies?

Yes. The plugin uses a browser cookie to help prevent duplicate votes.

评价

此插件暂无评价。

贡献者及开发者

「EasyVote」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「EasyVote」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「EasyVote」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1.1

  • Added Spanish (es_ES) language files.
  • Minor readme and metadata improvements.

1.1.0

  • Compliance fixes for WordPress.org review (sanitization, escaping, prepared statements, nonces).
  • Uninstall option to keep or remove plugin data.
  • Results page improvements and CSV export adjustments.

1.0.0

  • Initial public release.