Title: Post Forwarder
Author: Sylwester Ulatowski
Published: <strong>15 Ottobre 2025</strong>
Last modified: 15 Ottobre 2025

---

Ricerca i plugin

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

# Post Forwarder

 Di [Sylwester Ulatowski](https://profiles.wordpress.org/sylwester1213/)

[Scarica](https://downloads.wordpress.org/plugin/post-forwarder.2.1.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/post-forwarder/#description)
 * [Recensioni](https://it.wordpress.org/plugins/post-forwarder/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/post-forwarder/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/post-forwarder/#developers)

 [Supporto](https://wordpress.org/support/plugin/post-forwarder/)

## Descrizione

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:**

 * **Multi-Portal Support**: Configure multiple destination WordPress sites
 * **Taxonomy Intelligence**: Automatically maps custom taxonomies or falls back
   to regular tags
 * **Featured Image Transfer**: Uploads and sets featured images on destination 
   sites
 * **Custom Post Type Support**: Works with any public post type
 * **Duplicate Prevention**: Smart locking mechanism prevents duplicate posts
 * **ACF Integration**: Transfers Advanced Custom Fields data
 * **Flexible Configuration**: Easy-to-use interface or advanced JSON configuration
 * **Selective pushing**: Choose which portals to push each post to
 * **Draft or Publish**: Configure whether pushed posts are published or saved as
   drafts

**How It Works:**

 1. Configure your destination WordPress sites (portals) with their REST API credentials
 2. When editing a post, select which portals to push the post to
 3. Upon saving, the plugin automatically pushs the post with all its content, taxonomies,
    meta fields, and featured image
 4. Smart taxonomy mapping tries to preserve custom taxonomies, falling back to regular
    tags if needed

**Perfect For:**

 * News networks with multiple websites
 * Content syndication between related sites
 * Multi-brand companies sharing content
 * Blog networks and content distribution
 * Development/staging to production workflows

**Technical Requirements:**

 * WordPress REST API enabled on destination sites
 * Application passwords configured for API access
 * PHP 7.4 or higher

### Technical Notes

**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

### Support

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

## Installazione

 1. Upload the plugin files to the `/wp-content/plugins/post-pusher` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to Settings  Post pushing to configure your destination portals
 4. Set up Application Passwords on your destination WordPress sites for API access
 5. Start pushing posts by selecting portals in the post editor

## FAQ

### How do I set up API access for destination sites?

 1. On each destination WordPress site, go to Users  Profile
 2. Scroll down to “Application Passwords”
 3. Create a new application password
 4. Use the user ID and generated password in the plugin configuration

### What happens if a custom taxonomy doesn’t exist on the destination site?

The plugin uses intelligent taxonomy mapping. It first tries to send taxonomies 
as they are. If that fails, it converts all taxonomy terms to regular tags, ensuring
no content is lost.

### Can I push custom post types?

Yes! The plugin works with any public post type. It automatically detects the post
type and uses the appropriate REST API endpoint.

### Will featured images be transferred?

Yes, the plugin automatically downloads featured images from the source site and
uploads them to the destination site, maintaining the featured image relationship.

### How does duplicate prevention work?

The plugin uses a sophisticated transient-based locking system that prevents the
same post from being pushed multiple times, even if the save action is triggered
multiple times.

### Can I push to multiple sites at once?

Absolutely! You can configure multiple portals and select which ones to push each
post to using checkboxes in the post editor.

## Recensioni

![](https://secure.gravatar.com/avatar/9f40a2174e830048ceff0ef29016b05197dfd28d3c48e54913d7b6e5c4372966?
s=60&d=retro&r=g)

### 󠀁[Saves a lot of time](https://wordpress.org/support/topic/saves-a-lot-of-time-57/)󠁿

 [sylveex](https://profiles.wordpress.org/sylveex/) 18 Marzo 2026

I’ve been using Post Forwarder for a bit now and it honestly makes life a lot easier.
Instead of copying posts between sites, I can just push them in a couple of clicks
and everything comes through properly.If you run more than one WordPress site, this
is definitely worth trying.

 [ Leggi la recensione di 1 ](https://wordpress.org/support/plugin/post-forwarder/reviews/)

## Contributi e sviluppo

“Post Forwarder” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Sylwester Ulatowski ](https://profiles.wordpress.org/sylwester1213/)

[Traduci “Post Forwarder” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/post-forwarder)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/post-forwarder/) 
segui il [repository SVN](https://plugins.svn.wordpress.org/post-forwarder/), segui
il [log delle modifiche](https://plugins.trac.wordpress.org/log/post-forwarder/)
tramite [RSS](https://plugins.trac.wordpress.org/log/post-forwarder/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.0

 * Added multi-portal support with selective pushing
 * Implemented intelligent taxonomy mapping with fallback to tags
 * Added featured image transfer functionality
 * Introduced duplicate prevention system
 * Added ACF (Advanced Custom Fields) integration
 * Improved error handling and logging
 * Added user-friendly portal configuration interface
 * Enhanced custom post type support
 * Added internationalization support
 * Improved security with proper input sanitization

#### 2.0.0

 * Complete rewrite with REST API support
 * Added taxonomy and meta field pushing
 * Improved reliability and error handling

#### 1.0.0

 * Initial release
 * Basic post pushing functionality

## Meta

 *  Versione **2.1.0**
 *  Ultimo aggiornamento **6 mesi fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **6.8.5**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/post-forwarder/)
 * Tag
 * [distribution](https://it.wordpress.org/plugins/tags/distribution/)[multisite](https://it.wordpress.org/plugins/tags/multisite/)
   [post](https://it.wordpress.org/plugins/tags/post/)[rest-api](https://it.wordpress.org/plugins/tags/rest-api/)
   [sync](https://it.wordpress.org/plugins/tags/sync/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/post-forwarder/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  1 5- recensioni a stelle     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=1)

[Lascia la tua valutazione](https://wordpress.org/support/plugin/post-forwarder/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/post-forwarder/reviews/)

## Collaboratori

 *   [ Sylwester Ulatowski ](https://profiles.wordpress.org/sylwester1213/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/post-forwarder/)