by Sylwester Ulatowski on WordPress.org
Forward posts to multiple WordPress sites via REST API with smart taxonomy mapping, featured image support, and duplicate prevention.
Post Forwarder is a powerful WordPress plugin that allows you to automatically Forward posts to multiple WordPress sites using the REST API. Perfect for content syndication, multi-site networks, or distributing content across related websites.
Key Features:
How It Works:
Perfect For:
Technical Requirements:
REST API Endpoints Used:
* /wp-json/wp/v2/posts – For standard posts
* /wp-json/wp/v2/{post_type} – For custom post types
* /wp-json/wp/v2/media – For featured image uploads
Security:
* All data is properly sanitized and validated
* Uses WordPress nonces for form security
* Application passwords for secure API authentication
* No data is stored insecurely
Performance:
* Minimal impact on site performance
* Efficient transient-based duplicate prevention
* Optimized API calls with proper error handling
* Smart taxonomy processing to reduce API calls
For support, feature requests, or bug reports, please visit the plugin’s support forum or GitHub repository.
Minimum Requirements:
* WordPress 5.0+
* PHP 7.4+
* REST API enabled on destination sites
* Application passwords configured for API access