| 开发者 | askery |
|---|---|
| 更新时间 | 2026年6月5日 22:01 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[askery slug="..."] renders the form anywhere shortcodes work.[askery slug="..."] shortcode for any of your published forms and paste it onto a page.Yes. The plugin renders forms you've built on askery.app. The free plan supports unlimited forms.
Only an OAuth access token in wp_options, plus a small JSON cache of your form list. No respondent data ever passes through WordPress — submissions go directly from the visitor's browser to Askery.
WP Admin → Askery Forms → Disconnect. The plugin clears the token immediately and your forms stop rendering until you re-connect.
For now, the shortcode emits the modern script-based embed. A no-JS iframe option is on the roadmap.
wp_register_script + wp_enqueue_script + wp_add_inline_script instead of raw <script> echoes (matches WP.org plugin guidelines).current_user_can( 'manage_options' ) capability check before any input is read, and verifies the state query parameter as a WordPress nonce.wp_resource_hints filter instead of an inline <link> echo.mode="fast" shortcode default — emits the form iframe directly in HTML so it loads in parallel with the page, no JS waterfall.mode="modern" opt-in for cases that need host-page theme inheritance via the hosted embed.js./oauth/authorize (forms:read scope only).[askery slug="..."] shortcode.