SyncBridge – Multi Target Sync

설명

SyncBridge lets you publish or update content across multiple independent WordPress installations without requiring Multisite.

Use it for:

  • Multi-brand publishing
  • Multi-region or multi-language websites
  • Distributing posts across partner sites
  • Maintaining synchronized content libraries
  • Centralized editorial management

Key Features

  • Sync Posts, Pages, and Custom Post Types
  • Sync Featured Image, categories, tags, and metadata
  • Sync to multiple remote WordPress sites
  • Bulk sync with a dropdown checkbox selector
  • Per-row Sync button for individual posts
  • Auto-sync on post update (optional)
  • Works with all CPTs supporting the REST API (show_in_rest)
  • Secure authentication using Application Passwords
  • WPCS-compliant, clean architecture, admin-friendly UI

Security

  • Authentication via WordPress Application Passwords
  • Nonces and sanitization throughout
  • No external services — sync happens site-to-site only

스크린샷

  • User Application Password generation
  • SyncBridge – Settings page
  • Post editor metabox: Select target websites
  • Per-row Sync button in posts table
  • Bulk sync dropdown with multi-site selector

설치

  1. Upload the plugin folder syncbridge to /wp-content/plugins/
  2. Activate the plugin via Plugins Installed Plugins
  3. Go to SyncBridge Settings
  4. Add remote sync targets:
    • Site URL
    • Username
    • Application Password
  5. Save settings and start syncing your content.

FAQ

Does this require WordPress Multisite?

No. SyncBridge works between completely separate WordPress sites.

Does it sync custom post types?

Yes, any CPT with show_in_rest => true.

What happens if the post already exists remotely?

We check via slug.
If found the remote post is updated.
If not found a new post is created.

Does it sync images?

Yes. Featured images are automatically uploaded to remote sites.

Is sync one-way or two-way?

SyncBridge performs one-way sync from the main site to remote sites.

How many posts can I bulk sync without issues?

SyncBridge is optimized to sync:
10–20 posts at a time comfortably on standard hosting.
– Higher counts are possible, but may depend on:
– server memory,
– PHP max_execution_time,
– remote site performance,
– image sizes.

Recommended safe batch size: up to 20 posts per request.
Users can repeat the process for more posts.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“SyncBridge – Multi Target Sync”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SyncBridge – Multi Target Sync”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

  • Full rewrite to modular architecture
  • Added multi-site dropdown checkbox popover
  • Improved Bulk Sync validation
  • UI upgrades to Sync column
  • Added Pages & CPT sync support
  • Added plugin “Settings” link in Plugins list
  • Added password visibility toggle using Dashicons
  • WPCS compliance across all files

1.0.0

  • Initial release