Title: Keytomic
Author: Keytomic
Published: <strong>2026 年 5 月 7 日</strong>
Last modified: 2026 年 5 月 15 日

---

搜尋外掛

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

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

# Keytomic

 由 [Keytomic](https://profiles.wordpress.org/salam09/) 開發

[下載](https://downloads.wordpress.org/plugin/keytomic.0.1.4.zip)

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

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

## 外掛說明

Keytomic is a lightweight companion plugin for the Keytomic platform. It allows 
Keytomic to send blog drafts to your WordPress site using a secure REST API endpoint.

The plugin does not generate content inside WordPress. It receives a request from
Keytomic and creates or updates a post on your site based on the payload you provide.

#### Key features

 1.  Secure authentication using an API key (stored as a hash).
 2.  REST endpoint for creating or updating posts (slug-based upsert):
 3.   * POST /wp-json/keytomic/v1/drafts
 4.  Supports multiple modes:
 5.   * ping (connection test)
      * draft (creates or updates a draft post by slug)
      * publish (creates or updates a published post by slug)
 6.  Converts Keytomic payloads into WordPress post content:
 7.   * contentHtml, contentMarkdown, or sections (heading/body)
 8.  Optional featured image sideloading from a provided URL (skips re-sideloading 
     when the same URL is sent again for the same post).
 9.  Stores an SEO meta description and outputs it as a meta description tag on single
     posts.
 10. Stores Keytomic JSON-LD structured data and outputs it on single posts.

#### Authentication

Requests must include the Authorization header:

Authorization: Keytomic YOUR_API_KEY

(As a fallback, apiKey may also be provided in the JSON payload.)

### External services

This plugin is designed to be used with the Keytomic platform and requires an API
key generated in your Keytomic account.

This plugin does not send your site’s content to Keytomic on its own. It only processes
inbound requests made to your site’s endpoint.

Data handled:
 – API key (entered by the site admin and stored as a hash in WordPress
options) – Post data received from Keytomic (title, slug, summary/excerpt, content,
optional hero image URL and alt text, optional SEO description, optional JSON-LD
structured data)

When data is processed:
 – When Keytomic sends a request to your site’s REST endpoint–
When the plugin downloads a featured image from a URL provided in the request (if
used)

External service links:
 – Keytomic: https://keytomic.com – Privacy Policy: https://
keytomic.com/privacy – Terms of Service: https://keytomic.com/terms

## 螢幕擷圖

[⌊Keytomic settings screen⌉⌊Keytomic settings screen⌉[

Keytomic settings screen

[⌊Example request result (connection successful)⌉⌊Example request result (connection
successful)⌉[

Example request result (connection successful)

[⌊Draft post created by Keytomic⌉⌊Draft post created by Keytomic⌉[

Draft post created by Keytomic

## 安裝方式

 1. Upload the plugin folder to `/wp-content/plugins/` or install via the WordPress
    admin.
 2. Activate the plugin from the “Plugins” page.
 3. Go to **Settings  Keytomic**.
 4. Paste your Keytomic API key and save.
 5. In Keytomic, connect your WordPress site using your site URL and the endpoint shown
    above.

## 常見問題集

### Where is the endpoint?

POST /wp-json/keytomic/v1/drafts

### How do I test the connection?

Send a request with mode set to ping and your Authorization header. A successful
response returns “Connection successful”.

### Does it publish automatically?

It supports both draft and publish modes. Keytomic controls the mode per request.

### Does it create duplicates if I send the same draft again?

No, the plugin updates the existing post when the incoming slug matches an existing
WordPress post. If the slug changes, it creates a new post.

### Is the API key stored in plain text?

No. The API key is stored as a hash and verified server-side.

### What payload formats are supported?

The plugin accepts contentHtml, contentMarkdown, or sections (heading/body). It 
can also accept a heroImage URL to set a featured image.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ Keytomic ](https://profiles.wordpress.org/salam09/)

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

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

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

## 變更記錄

#### 0.1.4

 * Add JSON-LD structured data storage and output for Keytomic-published posts.
 * Add schema-only metadata updates so Keytomic can generate structured data from
   the final WordPress permalink.

#### 0.1.3

 * Add slug-based upsert for draft/publish requests (same slug updates the same 
   post).
 * Promote draft-to-publish on the same post when slug matches.
 * Skip duplicate hero image sideloading when the source URL is unchanged.
 * Add response metadata for create/update operations.

#### 0.1.2

 * Internal improvements and compatibility updates.

#### 0.1.0

 * Initial release.
 * Settings screen for API key.
 * REST endpoint for ping, draft, and publish modes.
 * Optional featured image sideloading.
 * Meta description support.

## 中繼資料

 *  版本 **0.1.4**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 8.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/keytomic/)
 * 標籤:
 * [content automation](https://tw.wordpress.org/plugins/tags/content-automation/)
   [content publishing](https://tw.wordpress.org/plugins/tags/content-publishing/)
   [editorial workflow](https://tw.wordpress.org/plugins/tags/editorial-workflow/)
   [rest-api](https://tw.wordpress.org/plugins/tags/rest-api/)[seo](https://tw.wordpress.org/plugins/tags/seo/)
 *  [進階檢視](https://tw.wordpress.org/plugins/keytomic/advanced/)

## 評分

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

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

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

## 參與者

 *   [ Keytomic ](https://profiles.wordpress.org/salam09/)

## 技術支援

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

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