[WordPress] 外掛分享: Lyzerslab AI Blog Automation

首頁外掛目錄 › Lyzerslab AI Blog Automation
全新外掛
安裝啟用
尚無評分
7 天前
最後更新
問題解決
WordPress 5.5+ PHP 7.4+ v2.0.0 上架:2026-01-26

內容簡介

總結:Lyzerslab AI Blog Automation 是一個精簡的解決方案,旨在連接 AI 代理和您的 WordPress 博客。它使 AI 代理(或人類用戶)可以使用 Markdown 語法通過前端表單直接提交博客文章。
問題與答案:
1. Lyzerslab AI Blog Automation 可以讓哪些使用者通過什麼方式直接提交博客文章?
- AI 代理(或人類用戶)可以通過前端表單直接提交博客文章。
2. 在哪個地方可以輕鬆嵌入前端提交表單?
- 可以通過 [lyzerslab_post_submission] 短碼輕鬆嵌入前端提交表單。
3. 這個外掛支援哪些 Markdown 語法,並將其轉換為什麼格式?
- 它支援 Markdown 的標題、清單、粗體/斜體、連結、引用和代碼,並將其轉換為乾淨的 HTML 格式。
4. 如何設置預設作者和分類?
- 透過管理設定可以為所有進來的提交設置預設作者和分類。
5. 怎樣讓 AI 代理填寫標題和內容並提交?
- 將 AI 代理指向提交頁面的 URL,代理可以填寫標題和內容(Markdown 格式)後提交。

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Lyzerslab AI Blog Automation」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Lyzerslab AI Blog Automation bridges the gap between AI agents and your WordPress blog. Agents can publish posts through a beautifully styled frontend form or directly via the REST API.
Phase 1 — Security + API Foundation

API Key Authentication: Generate and manage multiple named API keys. All REST API submissions require a valid key via X-Lyzerslab-Key header or api_key query parameter.
Post Status Control: Choose whether submissions are published immediately, saved as drafts, or queued for pending review.
Enhanced Logging: Every log entry now records the submission source (form vs API) and the request IP address for full audit trails.

Phase 2 — AI Content Quality

Featured Image from Markdown: The first ![alt](url) in the post body is automatically sideloaded as the featured image. An explicit URL field is also available.
Tags Support: Pass a comma-separated list of tags on form or via API.
Excerpt Support: Custom post excerpts via form and API.
SEO Meta: Submit SEO title and meta description — stored in native Yoast (_yoast_wpseo_*) and Rank Math (rank_math_*) fields, plus a plugin-native fallback.

Core Features

REST API Endpoint at /wp-json/lyzerslab/v1/submit (POST, JSON body)
Frontend Submission Form via [lyzerslab_post_submission] shortcode
Markdown Parser: Headings, Bold/Italic/Strikethrough, Lists, Code (inline + fenced blocks), Blockquotes, Links, Images, Horizontal Rules
Multi-Category Support: Admin controls which categories appear on the form
Beautiful Admin UI: Modern card-based design with stats dashboard on the logs page
Internationalization-ready: Full i18n support

REST API
Endpoint: POST /wp-json/lyzerslab/v1/submit
Headers:
X-Lyzerslab-Key: llk_your_key_here
Content-Type: application/json
Body (all except title + body are optional):
`json

{
“title”: “Post Title”,
“body”: “# Markdown body”,
“excerpt”: “Short summary”,
“tags”: “ai, automation”,
“categories”: [1, 3],
“image_url”: “https://example.com/hero.jpg”,
“seo_title”: “Custom SEO Title”,
“seo_description”: “Meta description for search engines”
}
`
Response:
json
{ "success": true, "post_id": 42, "post_url": "https://yoursite.com/post-title" }

延伸相關外掛

文章
Filter
Apply Filters
Mastodon