Linux 软件免费装

Genbe Connector for Article Agent

开发者 genbe
更新时间 2026年1月7日 19:39
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

integration saas api publishing automation

下载

1.3.1

详情介绍:

Genbe Connector for Article Agent is a connector plugin that integrates Genbe Publishing with the Article Agent platform. It enables a high-performance, headless publishing workflow by establishing a secure communication channel. This allows Article Agent to create posts, format content, and upload media directly to your media library without manual intervention. Key Features:
Note: This is a third-party integration plugin. It requires an active account with the Article Agent service to function.

安装:

  1. Upload the genbe-connector-for-article-agent folder to the /wp-content/plugins/ directory, or install the ZIP via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Navigate to Article Agent in the main admin sidebar.
  4. Copy the generated API Key and the Site URL.
  5. Paste these credentials into your Article Agent dashboard to authorize the connection.

升级注意事项:

1.3.1 Includes security hardening for remote media uploads. Recommended update.

常见问题:

Does this plugin affect my front-end theme?

No. The plugin runs entirely in the background. It registers REST API endpoints and an admin settings page. It does not output any HTML, CSS, or JavaScript on your live site and will not alter your theme's appearance.

I am getting a "403 Forbidden" error when syncing. What do I do?

This is usually caused by a security plugin (like Wordfence, iThemes, or Cloudflare) blocking the connection.

  1. Wordfence: Go to Firewall options and whitelist the IP address of Article Agent, or set the firewall to "Learning Mode" briefly while you sync your first post.
  2. General: Ensure your security settings do not have "Disable REST API for anonymous users" checked. (WordPress considers API Key requests "anonymous" because no user is logged in via cookies).
  3. Cloudflare: If you use "Super Bot Fight Mode," you may need to whitelist our User Agent.

Is the connection secure?

Yes. The plugin employs several security layers:

  1. HTTPS: We recommend (and can enforce) SSL for all connections.
  2. API Keys: We use high-entropy keys and valid them using hash_equals to prevent timing attacks.
  3. SSRF Protection: Remote image uploads are scanned using wp_safe_remote_get to prevent server-side request forgery.
  4. MIME Type Checks: All uploads are strictly validated to ensure they are real images, not executable scripts.

Can I change the default author of the posts?

By default, posts are assigned to the administrator (User ID 1) or the user associated with the API request context. You can change the author manually in WordPress after the post is drafted.

更新日志:

1.3.1 1.3.0