=== WebAsk === Contributors: stepform Tags: survey, poll, webask, forms, questionnaire Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html Integration of WebAsk.io surveys into a WordPress site via shortcodes, widgets, and Gutenberg blocks. == Description == WebAsk Integration makes it easy to embed WebAsk.io surveys and questionnaires into your WordPress site. The plugin offers several ways to place surveys: * **Shortcodes** – quickly insert surveys anywhere in your content * **Widgets** – display surveys in sidebars and footers * **Gutenberg blocks** – intuitively add surveys in the block editor = Key Features = * Full integration with the WebAsk.io API * Responsive design for all devices * Data caching for faster loading * Customizable display sizes and styles * Support for iframe and direct embed * Automatic loading of surveys from your account = Requirements = To use the plugin, you need: * A WebAsk.io API key (available in your account) * WordPress 5.0 or higher * PHP 7.4 or higher == External services == This plugin communicates with the WebAsk API at `https://api.webask.io` (you can change the domain in the plugin settings) to list surveys, folders, hidden field options, and responses inside WordPress. Each request is authenticated with your WebAsk API key. Depending on the operation, the plugin also transmits survey identifiers, pagination data, and optional filters (for example, date ranges when you review responses). Service provider: WebAsk (LLC "WebForm"). Terms of Service: https://webask.io/agreement — Privacy Policy: https://webask.io/privacy. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin in the WordPress admin panel 3. Go to "Settings" > "WebAsk" 4. Enter your WebAsk.io API key 5. Start using shortcodes, widgets, or Gutenberg blocks == Frequently Asked Questions == = Where can I get an API key? = Go to your WebAsk.io account at https://app.webask.io/account/api and generate a new API key. = How do I insert a survey into a post? = Use the shortcode `[webask_survey id="SURVEY_ID"]` or add the "WebAsk Survey" block in the Gutenberg editor. = Can I adjust the survey size? = Yes, use the width and height parameters in the shortcode: `[webask_survey id="123" width="800px" height="500px"]` = Does the plugin work on mobile devices? = Yes, all surveys automatically adapt to the screen size. == Screenshots == 1. Admin panel with API settings 2. List of available surveys 3. Gutenberg block for embedding surveys 4. Survey example on the site == Changelog == = 1.0.0 = * Initial release * Shortcode support * Sidebar widgets * Gutenberg blocks * Admin settings panel * Integration with the WebAsk.io API == Upgrade Notice == = 1.0.0 = First version of the plugin.