Skip to content
Snippets Groups Projects
Commit 2651fdb2 authored by Josh Betz's avatar Josh Betz
Browse files

Update readme.txt

parent 175331bd
No related branches found
No related tags found
No related merge requests found
=== Plugin Name ===
Contributors: automattic, nprasath002, batmoo
Contributors: automattic, nprasath002, batmoo, betzster, nickdaugherty
Tags: XMLRPC, WordPress.com REST
Requires at least: 3.4
Tested up to: 4.0
......@@ -8,35 +8,15 @@ License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Push syndication plugin helps users to manage posts across multiple sites. It’s very useful
when managing posts in different platforms like a WordPress.com blog or a standalone
WordPress install. It scales very well and with a single click you can push a post to more
than 100 sites of different platform. Currently WordPress.com blogs and standalone
WordPress blogs are supported and we have plans to extend it to other platforms as well.
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.
The plugin have a settings page along with an API generator tool that can be used to generate
API tokens needed to push content in a WordPress.com blog. In the settings page you can select
the post types you want to push and whether to delete the posts pushed when the master post is deleted.
To push posts in a WordPress.com blog first you need to create an application in the developer
blog with redirect URI as listed in the settings page. Fill the client ID and client secret as
displayed in the app page. Clicking the authorize button will direct you to the authorization
page of WordPress.com. Select the blog you want to push from the dropdown list and click
authorize where you will be redirected back to your settings page which displays the API token,
log ID and Blog URL. Use this information when registering a WordPress.com site.
Sites must be registered and grouped into sitegroups in order to push content.
In the post edit screen a Syndication metabox will appear with the all the sitegroups defined.
Select the sitegroups you want to push content and hit the publish button to push content.
== Installation ==
As any other WordPress plugin you can enable push syndication plugin through the plugins
page in the WordPress admin area. You also need to define an encryption key which will be
used to encrypt user credentials and save to the database securely.
Enable push syndication plugin through the plugins page in the WordPress admin area. You also need to define an encryption key which will be used to encrypt user credentials and save to the database securely.
```
define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key')
```
== Changelog ==
......@@ -52,4 +32,4 @@ define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key')
4. WordPress.com API credentials
5. Registering Standalone WordPress Install
6. Registering a WordPress.com Site
7. Sitegroups Metabox
\ No newline at end of file
7. Sitegroups Metabox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment