BACK TO DIRECTORY

Syndication

by Automattic

4.3
(4 ratings)

Syndication helps users manage posts across multiple sites. It’s useful when managing posts on different platforms. With a single click you can push a post to more than 100 sites.

Features

  • Push syndication – Publish content to multiple WordPress sites simultaneously
  • Pull syndication – Import content from RSS/XML feeds automatically
  • Multiple transport methods – WordPress.com REST API, XML-RPC, and RSS/XML feeds
  • Site groups – Organise destination sites into groups for easier management
  • Scheduled syndication – Content syncs automatically when posts are published
  • WP-CLI support – Manage syndication from the command line

Usage

Here’s how it works:

  1. Configure which post types are “pushable”, as well as whether you’d like syndicated posts to be deleted when the master post is deleted.
  2. Register and group your sites into “Sitegroups” in settings.
  3. In the WordPress posting interface, you’ll see a new “Syndication” metabox, with all of your sitegroups listed. Select the sitegroups you want to push to and the post will be automatically syndicated to your other sites when it’s published and updated.

WordPress.com REST API

To push content using the WordPress.com REST API you need to create an application from the WordPress.com Developer Resources site – and you can also generate API tokens directly from the plugin’s settings page.

Fill in the client ID and client secret as displayed on the app page, and click the authorize button to get directed to the authorization page on WordPress.com. Select which site you’d like to push to and click “Authorize”, at which point you’ll be redirected back to your settings page-which will now display the API token, Blog ID, and Blog URL. You can now use this information to register your WordPress.com site.

Using WordPress XML-RPC

To push content using XML-RPC, you’ll need to enable XML-RPC on the destination site and provide the site URL, username, and password.

Note that if you have two-factor authentication enabled on the destination site, you will need to create an application password to use when adding a new site. Using your regular password will not work.

Pulling from RSS Feeds

Push Syndication can ingest RSS feeds into your site. It’s as simple as adding a site, setting the transport type to “RSS (pull)” and entering an RSS URL and title.

To add a site, go to the WordPress admin and find the “Sites” menu item, below Settings and choose “Add New”. In the settings, you’ll be able to customise the post’s type, status, comment settings, pingback settings and category.

Secure Credential Storage

To store passwords securely, define an encryption key in your wp-config.php:

`php

define( ‘PUSH_SYNDICATE_KEY’, ‘your-random-encryption-key-here’ );
`

This key is used to encrypt credentials when saved to the database.

Contributing

Pull requests are welcome on GitHub.

Screenshots

The settings screen, covering pull sitegroups, pull scheduling, pushable post types and WordPress.com application credentials

The settings screen, covering pull sitegroups, pull scheduling, pushable post types and WordPress.com application credentials

The Sites list, showing each destination's transport, sitegroup and status

The Sites list, showing each destination's transport, sitegroup and status

Registering a standalone WordPress install over XML-RPC

Registering a standalone WordPress install over XML-RPC

Registering a WordPress.com site over the REST API

Registering a WordPress.com site over the REST API

The Syndicate panel in the post editor, for choosing which sitegroups a post goes to

The Syndicate panel in the post editor, for choosing which sitegroups a post goes to

Plugin Details

Active Installs
60
Total Downloads
10,304
Version
2.2.1
Requires WP
6.4
Requires PHP
7.4
Tested Up To
7.1
Added
2012-07-25
Last Updated
2026-09-12 1:58pm GMT

Ratings

5
1
4
3
3
0
2
0
1
0