توضیحات
Provides a way to get actionable user feedback on your website.
- Survey Form
- Like button
- Choice voting
These features are visible in the block editor.
The executed content can be checked on the WordPress management screen, and is saved along with the URL, date and time, IP address, etc.
Registration contents can be exported as csv, so you can tally them up as you like.
Source Code
Development takes place on GitHub.
You can view the repository here:
https://github.com/ytsuyuzaki/beastfeedbacks
بلوکها
این افزونه 5 بلوک ارائه میدهد.
- Like button Like button and balloon display of Like count
- Choice voting Collect votes from multiple choice buttons
- Survey Form Creating a survey form to conduct a survey
- Survey Input Input forms that can be used with Survey Form
- Survey Choice Choice forms that can be used with Survey Form
نصب
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/beastfeedbacksdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
If you are a developer, you can create a plugin zip file from a git repository.
git clone git@github.com:ytsuyuzaki/beastfeedbacks.git
cd beastfeedbacks
npm install
npm run build
npm run plugin-zip
سوالات متداول
-
I want to update the translation file
-
You can help translate WordPress to your language by logging in to the translation platform with your WordPress.org account and suggesting translations (more details).
https://make.wordpress.org/polyglots/handbook/translating/how-to-translate/ -
What does this plugin solve?
-
Provide all ways to get user feedback on your project.
For example, by installing a “Like” button, you can visualize how helpful your content is to users.
For example, by setting up a survey, you can check whether the value to your customers is being conveyed correctly. -
Can I download the collected results?
-
of course. It is registered in the WordPress database and can be freely downloaded.
It is saved along with the page and date and time on which the survey was conducted, and can be exported in csv format.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“BeastFeedbacks” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“BeastFeedbacks” به 1 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمکهایشان.
ترجمه “BeastFeedbacks” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
0.1.1
- Updated plugin page assets and readme formatting.
- Added additional PHPUnit test coverage.
- Updated development dependencies and build tools.
0.1.0
- Release