Title: DeepSmith Connector
Author: OneJam CloudTech Private Limited
Published: <strong>2026 年 5 月 15 日</strong>
Last modified: 2026 年 6 月 20 日

---

搜尋外掛

![](https://ps.w.org/deepsmith-connector/assets/banner-772x250.png?rev=3532797)

![](https://ps.w.org/deepsmith-connector/assets/icon-256x256.png?rev=3532797)

# DeepSmith Connector

 由 [OneJam CloudTech Private Limited](https://profiles.wordpress.org/onejam/) 開發

[下載](https://downloads.wordpress.org/plugin/deepsmith-connector.1.0.4.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/deepsmith-connector/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/deepsmith-connector/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/deepsmith-connector/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/deepsmith-connector/#developers)

 [技術支援](https://wordpress.org/support/plugin/deepsmith-connector/)

## 外掛說明

DeepSmith Connector lets the DeepSmith SaaS platform push content directly to your
WordPress site. Install the plugin, enter your secret key, and DeepSmith will create
posts with featured images automatically. Posts default to draft status unless the
SaaS explicitly requests publishing.

DeepSmith is a product of OneJam CloudTech Private Limited.

**Features:**

 * Secure REST API endpoint with secret key authentication
 * Post creation with configurable status (draft or publish)
 * Featured image download and attachment
 * Activity logging with admin dashboard widget
 * Rate limiting to prevent abuse
 * SSRF protection for image downloads
 * Configurable settings in WordPress admin
 * Idempotent content updates (avoid duplicates)

**Requirements:**

 * WordPress 6.2 or higher
 * PHP 7.4 or higher
 * DeepSmith account and secret key

**Privacy:**

This plugin does not collect, store, or transmit any personal data. It receives 
content from DeepSmith SaaS via authenticated API requests and stores it as WordPress
posts in your database.

### External Services

This plugin connects to the DeepSmith SaaS platform to receive content via REST 
API.

**When does communication occur?**

 * When DeepSmith sends content to your WordPress site via the REST API endpoints
   under /wp-json/deepsmith/v1/
 * When featured images are downloaded from allowed CDN domains (cdn.deepsmith.app,
   cdn.deepsmith.ai)

**What data is involved?**

 * Incoming: Post titles, post content (HTML), image URLs, post status, category
   assignments
 * Outgoing: Post IDs, success/failure status, plugin version, WordPress version(
   via /health endpoint)
 * No personal user data is collected, stored, or transmitted

**Relevant links:**

 * DeepSmith Privacy Policy: https://deepsmith.ai/legal/privacy-policy
 * DeepSmith Terms of Service: https://deepsmith.ai/legal/terms-of-service

## 安裝方式

 1. Upload the plugin files to `/wp-content/plugins/deepsmith-connector/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings > DeepSmith Connector
 4. Enter your DeepSmith secret key (obtained from DeepSmith dashboard)
 5. Configure optional rate limiting settings
 6. DeepSmith can now push content to your site

## 常見問題集

### Where do I get my secret key?

Your secret key is generated in your DeepSmith account dashboard. Copy it from DeepSmith
and paste it into the plugin settings.

### Will this publish posts automatically?

No. DeepSmith creates posts as drafts by default. You can configure DeepSmith to
send posts with ‘publish’ status if you want auto-publishing, but the default is
draft for editorial control.

### How do I troubleshoot connection issues?

Check the Activity Log in Settings > DeepSmith Connector. It shows all API requests,
successes, failures, and error messages. Common issues include incorrect secret 
key or server firewall blocking DeepSmith requests.

### Does this work with multisite?

Yes. Install network-wide or per-site. Each site needs its own secret key configured.

### What happens if an image URL fails?

The post is created anyway without the featured image. Image failures are logged
in the Activity Log. This ensures content delivery even if image sources are temporarily
unavailable.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈DeepSmith Connector〉的開發相關工作。

參與者

 *   [ OneJam CloudTech Private Limited ](https://profiles.wordpress.org/onejam/)

[將〈DeepSmith Connector〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/deepsmith-connector)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/deepsmith-connector/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/deepsmith-connector/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/deepsmith-connector/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/deepsmith-connector/)。

## 變更記錄

#### 1.0.4

 * Added author selection: content can now be created or updated under a specific
   WordPress author via the new optional `author_id` parameter on the receive-content
   endpoint
 * Added the `/users` REST endpoint, which lists WordPress users who can author 
   posts so DeepSmith can offer author selection
 * Posts created without an author still default to the site administrator; updates
   without an author keep the existing author

#### 1.0.3

 * Renamed main plugin file to `deepsmith-connector.php` to match the plugin slug
 * Updated text domain from `deepsmith` to `deepsmith-connector` across all gettext
   calls so translations load correctly via WordPress.org
 * Switched all custom-table queries to the `%i` identifier placeholder for safer
   SQL preparation (resolves Plugin Check warnings)
 * Minimum WordPress version raised to 6.2 (required for the `%i` placeholder)

#### 1.0.2

 * Renamed plugin to “DeepSmith Connector” (previously submitted as “DeepSmith”)
   for clearer WordPress.org listing

#### 1.0.1

 * Post status now respected on create, update, and recreate (draft or publish)
 * Renamed create_draft_post to create_post with configurable status parameter

#### 1.0.0

 * Initial release
 * REST API endpoint with secret key authentication
 * Draft post creation with featured images
 * Activity logging and dashboard widget
 * Rate limiting to prevent abuse
 * SSRF protection for image downloads
 * Idempotent content updates

## 中繼資料

 *  版本 **1.0.4**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/deepsmith-connector/)
 * 標籤:
 * [api](https://tw.wordpress.org/plugins/tags/api/)[automation](https://tw.wordpress.org/plugins/tags/automation/)
   [content](https://tw.wordpress.org/plugins/tags/content/)[integration](https://tw.wordpress.org/plugins/tags/integration/)
 *  [進階檢視](https://tw.wordpress.org/plugins/deepsmith-connector/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/deepsmith-connector/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/deepsmith-connector/reviews/)

## 參與者

 *   [ OneJam CloudTech Private Limited ](https://profiles.wordpress.org/onejam/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/deepsmith-connector/)