Linux 软件免费装
Banner图

TMX Quote Request Manager

开发者 kunlee
更新时间 2025年10月2日 08:18
PHP版本: 8.1 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

quotes editorial workflow newsroom requests media relations

下载

2.0.9

详情介绍:

TMX Quote Request Manager helps newsrooms and content teams collect outside commentary for each post without leaving the editor. The plugin adds a metabox and an editor-only block so authors can draft a request, submit it to a configured Quote API, and watch incoming replies update in place. It also includes an admin screen for managing all requests across the site and notifying the API when the post is published. Key Features Service Access TMX Quote Request Manager connects to the TMX Messenger Quote API. Anyone can request access or create an account by visiting https://tmxmessenger.com, where you’ll find onboarding details and plan information. The plugin itself is free; any costs associated with TMX Messenger are managed directly through that service. Editor Block Privacy Notice

安装:

  1. Upload the tmx-quote-request-manager folder to the /wp-content/plugins/ directory, or install via the WordPress plugin installer.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Navigate to Quotes → Settings and set the API base URL, bearer token, polling interval, and (optionally) whether to enable automatic prefill suggestions.
  4. Edit a post. Use either the TMX Quote Request Manager block or the metabox to submit requests and monitor replies.

升级注意事项:

2.0.0 This release renamed the plugin directory to tmx-quote-request-manager. Deactivate and remove the old wp-quote-requests plugin, then install the new package to continue receiving updates.

常见问题:

Why do I need API credentials?

The plugin submits quote requests and polls for replies using your Quote API. Provide the base URL and bearer token so the server-side client can authenticate. These values stay on the server and are never printed in the editor.

Does the plugin send data to third parties?

Yes. Submitting a request sends the publication name (from get_bloginfo('name')) and your request text to the configured API. Publishing a post sends the post permalink to the configured API. If the prefill helper is turned on, the post title is also sent to /quote-draft for tracking. Disable prefills in Quotes → Settings to avoid the additional request.

Where is request and quote data stored?

All submissions are stored locally inside the custom tables {$wpdb->prefix}wqrm_requests and {$wpdb->prefix}wqrm_quotes. Each row includes who sent the quote and when. You can delete entries from the Quotes admin screen or remove everything by uninstalling the plugin.

Does the plugin support WordPress personal-data exports?

Not yet. Until a dedicated exporter is added, site owners should search the Quotes screen by sender email and remove entries manually when processing privacy requests.

更新日志:

[2.0.9] - 2025-09-30 Changed