Title: Syndication
Author: Automattic
Published: <strong>ಜುಲೈ 25, 2012</strong>
Last modified: ಸೆಪ್ಟೆಂಬರ್ 12, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/push-syndication/assets/banner-772x250.png?rev=3692739)

![](https://ps.w.org/push-syndication/assets/icon.svg?rev=3692739)

# Syndication

 ‍[Automattic](https://profiles.wordpress.org/automattic/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/push-syndication.2.2.1.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/push-syndication/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/push-syndication/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/push-syndication/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/push-syndication/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/push-syndication/)

## ವಿವರಣೆ

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](https://developer.wordpress.com/apps/new/)
from the [WordPress.com Developer Resources](https://developer.wordpress.com/) 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](https://github.com/Automattic/syndication).

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[⌊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 settings screen, covering pull sitegroups, pull scheduling, pushable post types and WordPress.com application credentials](https://kn.wordpress.org/plugins/push-syndication/.wordpress-org/screenshot-1.png?output_format=md)

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

[The Sites list, showing each destination’s transport, sitegroup and status](https://kn.wordpress.org/plugins/push-syndication/.wordpress-org/screenshot-2.png?output_format=md)

[⌊Registering a standalone WordPress install over XML-RPC⌉⌊Registering a standalone
WordPress install over XML-RPC⌉[

[Registering a standalone WordPress install over XML-RPC](https://kn.wordpress.org/plugins/push-syndication/.wordpress-org/screenshot-3.png?output_format=md)

[⌊Registering a WordPress.com site over the REST API⌉⌊Registering a WordPress.com
site over the REST API⌉[

[Registering a WordPress.com site over the REST API](https://kn.wordpress.org/plugins/push-syndication/.wordpress-org/screenshot-4.png?output_format=md)

[⌊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⌉[

[The Syndicate panel in the post editor, for choosing which sitegroups a post goes to](https://kn.wordpress.org/plugins/push-syndication/.wordpress-org/screenshot-5.png?output_format=md)

## ಸ್ಥಾಪನೆ

 1. Upload the `syndication` folder to `/wp-content/plugins/` or install via the WordPress
    admin.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Visit **Settings > Push Syndication** to configure the plugin.
 4. When editing a post, use the “Syndication” metabox to select destination sites/
    groups.

## FAQ

### What transport methods are supported?

 * **WordPress.com REST API** – For sites hosted on WordPress.com or using Jetpack
 * **XML-RPC** – For self-hosted WordPress sites with XML-RPC enabled
 * **RSS/XML feeds** – For pulling content from any feed source

### Can I syndicate to non-WordPress sites?

The push functionality requires WordPress on the destination site. However, pull
syndication can import content from any valid RSS or XML feed.

### Does it work with multisite?

Yes, Syndication works with WordPress multisite installations. You can syndicate
content between subsites or to external sites.

## ‍ವಿಮರ್ಶೆಗಳು‍

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

### 󠀁[Great concept but why is the latest version only on Github?](https://wordpress.org/support/topic/great-concept-but-why-is-the-latest-version-only-on-github/)󠁿

 [agentdesign](https://profiles.wordpress.org/agentdesign/) ಜನವರಿ 7, 2018

https://github.com/Automattic/syndication/tree/2.1

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

### 󠀁[Awesome](https://wordpress.org/support/topic/awesome-483/)󠁿

 [Debabrata Ghosh](https://profiles.wordpress.org/debabrata-ghosh/) ಸೆಪ್ಟೆಂಬರ್ 20,
2016

Impressive Tool.

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

### 󠀁[Impressive](https://wordpress.org/support/topic/impressive-144/)󠁿

 [crretreat](https://profiles.wordpress.org/crretreat/) ಸೆಪ್ಟೆಂಬರ್ 3, 2016

Directions are not that easy to follow in order to set it up. It seems to only work
to push to 1 site. When I tried it to 2 sites it did nothing. Also featured image
doesn't show up, so have to go to the other site to put the featured image in.

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/push-syndication/reviews/)

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Syndication” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)
 *   [ Prasath Nadarajah ](https://profiles.wordpress.org/nprasath002/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ Josh Betz ](https://profiles.wordpress.org/betzster/)
 *   [ nickdaugherty ](https://profiles.wordpress.org/nickdaugherty/)

“Syndication” has been translated into 1 locale. ಅವರ ಕೊಡುಗೆಗಳಿಗಾಗಿ [ಅನುವಾದಕರು](https://translate.wordpress.org/projects/wp-plugins/push-syndication/contributors)
ಅವರಿಗೆ ಧನ್ಯವಾದಗಳು.

[“Syndication” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/push-syndication)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/push-syndication/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/push-syndication/) ಪರಿಶೀಲಿಸಿ, 
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/push-syndication/) 
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/push-syndication/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

See [CHANGELOG.md](https://github.com/Automattic/syndication/blob/main/CHANGELOG.md)
for the full changelog.

## ಮೆಟಾ

 *  Version **2.2.1**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **5 ಗಂಟೆಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **70+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 6.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **7.1** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  ಭಾಷೆಗಳು
 * [English (UK)](https://en-gb.wordpress.org/plugins/push-syndication/) ಮತ್ತು [English (US)](https://wordpress.org/plugins/push-syndication/).
 *  [ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ](https://translate.wordpress.org/projects/wp-plugins/push-syndication)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [Content Distribution](https://kn.wordpress.org/plugins/tags/content-distribution/)
   [multisite](https://kn.wordpress.org/plugins/tags/multisite/)[rest-api](https://kn.wordpress.org/plugins/tags/rest-api/)
   [syndication](https://kn.wordpress.org/plugins/tags/syndication/)[xmlrpc](https://kn.wordpress.org/plugins/tags/xmlrpc/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/push-syndication/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

 4.3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/push-syndication/reviews/?filter=5)
 *  [  3 4-star reviews     ](https://wordpress.org/support/plugin/push-syndication/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/push-syndication/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/push-syndication/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/push-syndication/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/push-syndication/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/push-syndication/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)
 *   [ Prasath Nadarajah ](https://profiles.wordpress.org/nprasath002/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ Josh Betz ](https://profiles.wordpress.org/betzster/)
 *   [ nickdaugherty ](https://profiles.wordpress.org/nickdaugherty/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/push-syndication/)