[WordPress] 外掛分享: Blog Sync for WeblySEO

首頁外掛目錄 › Blog Sync for WeblySEO
WordPress 外掛 Blog Sync for WeblySEO 的封面圖片
全新外掛
安裝啟用
尚無評分
8 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.4+ v1.4.13 上架:2026-07-21

內容簡介

Blog Sync for WeblySEO 外掛將您的 WordPress 網站與 WeblySEO 平台連接,允許您在 WeblySEO 中撰寫和完成內容,並自動將文章同步到 WordPress,支持 SEO 元數據的同步。

【主要功能】
• 連接 WeblySEO 平台,輕鬆同步內容
• 自動更新 WordPress 文章和媒體庫圖片
• 支援 Yoast SEO 和 Rank Math 的 SEO 元數據同步
• 提供草稿列表和編輯連結功能
• 健康檢查功能,確保 API 設定正確

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.4.13) 或搜尋安裝

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

原文外掛簡介

Blog Sync for WeblySEO connects your WordPress site to the WeblySEO platform. You configure an API base URL, API key, and webhook secret in WordPress. Content is authored and finalized in WeblySEO; WordPress receives events and creates or updates posts, downloads images to the Media Library when applicable, and can sync SEO meta for Yoast SEO and Rank Math when those plugins are active.
What the plugin does today

Admin drafts screen: Top-level menu WeblySEO Sync (page title “WeblySEO Blog Sync”) with Content Sync submenu — lists drafts from the WeblySEO Content API (server-rendered list with search and pagination). Each row can link out to the WeblySEO web app to continue editing (AIGenerator URL with domain and draft id).
Settings (in-page modal): API Base URL, API Key, Webhook URL (read-only), Webhook Secret; Test Connection and Save Settings use authenticated admin AJAX.
Health check tab: WordPress and PHP version checks, whether API options are set, and whether the plugin’s drafts database table exists. API “reachability” is reflected when you use Test Connection on valid credentials.
Incoming webhooks: admin-ajax.php?action=weblyseo_blog_sync_webhook — secured with header X-Webhook-Secret matching your stored secret. Handled events include content.generated (JSON from downloadUrl + optional WP post create/update), ready.published / content.ready (full publish pipeline: post create/update, report CMS post id, mark draft CMS-done in WeblySEO), draft.finalized (logged), test, and get_categories / cms.get_categories (returns WordPress categories for remote callers — uses core get_categories(), not the WeblySEO REST API).
Outbound WeblySEO Content API (authenticated): Test connection, list drafts, get one draft (to resolve existing WordPress post id when the webhook payload and local map do not), post CMS completion, and update stored WordPress post id on the draft. Optional wp_remote_get to the downloadUrl from content.generated payloads (URL is provided by WeblySEO, not a fixed path).
Multilingual helpers: When language data is present, the plugin can set Polylang language on the post if available, and set WPML language metadata when WPML is detected.
Optional license overlay: Frontend CSS for image attribution can be enabled via options (off by default in line with directory guidelines where applicable).

What this plugin does not do

It does not run topic generation or the full AI editor inside WordPress — that work stays on weblyseo.com (or your configured API base). The plugin is sync and admin glue, not a replacement for the WeblySEO app.

How it works

Install and activate the plugin.
Open WeblySEO Sync → Content Sync and open Settings.
Enter your WeblySEO API Base URL and API Key; set a Webhook Secret; save. Copy the Webhook URL into your WeblySEO project/domain webhook settings.
Create and publish (or generate) content in WeblySEO as you normally do.
WordPress receives webhooks, creates or updates posts, syncs media and meta where implemented, and calls back to WeblySEO to store the WordPress post id and mark CMS completion when appropriate.

Source Code & Third-party Libraries
This plugin includes the following bundled third-party libraries. All are GPL-compatible.

Bootstrap 5.3.8 (CSS & JS) — MIT License. Source: https://github.com/twbs/bootstrap
Font Awesome 6.4.0 (CSS & webfonts) — Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT. Source: https://github.com/FortAwesome/Font-Awesome

All plugin PHP and JS source code included here is unminified and human-readable.
External Services
This plugin talks to WeblySEO and, for some flows, to URLs WeblySEO returns in webhooks.

Service: WeblySEO — https://weblyseo.com (or the host you set as API Base URL).
Purpose: List drafts; validate the API key; load a single draft when resolving which WordPress post to update; report the WordPress post id and CMS publish completion back to WeblySEO; optionally download JSON from a downloadUrl supplied in a webhook.
REST paths used (relative to API Base URL):
POST /api/v1/contentapi/test-connection
GET /api/v1/contentapi/drafts (with pagination/search query parameters)
GET /api/v1/contentapi/drafts/{id}
POST /api/v1/contentapi/drafts/cms-done
POST /api/v1/contentapi/drafts/{id}/wordpress-post-id
Other HTTP: GET to the downloadUrl inside content.generated webhook payloads (host/path chosen by WeblySEO for that event).
Data sent: API key via X-API-Key and Authorization: Bearer headers on Content API calls; JSON bodies for POST actions as required by each endpoint; webhook payloads received over HTTPS to your site.
When it is called: When administrators use the drafts/settings UI (including Test Connection), and when WeblySEO invokes your webhook URL. Draft list loading uses the API when you open the drafts admin page with valid credentials.
Privacy policy: https://weblyseo.com/en/privacy
Terms of service: https://weblyseo.com/en/terms-of-service

No data is sent to WeblySEO without your configured API Base URL and API key (except webhook responses your site sends back to the same base URL you configured).
When WeblySEO provides an Unsplash stock image in a webhook payload, the plugin hotlinks the image directly from Unsplash (images.unsplash.com) rather than copying it into the WordPress Media Library. This is required by the Unsplash API Terms (images must be served from Unsplash CDN for attribution tracking). No personal data is sent to Unsplash; the browser or server fetches the image URL in the same way as any other public image. Unsplash privacy policy: https://unsplash.com/privacy

延伸相關外掛

文章
Filter
Mastodon