Changeset 577644
- Timestamp:
- 07/26/2012 01:19:08 PM (14 years ago)
- Location:
- push-syndication
- Files:
-
- 3 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
push-syndication/tags/1.0/readme.txt
r577152 r577644 14 14 than 100 sites of different platform. Currently WordPress.com blogs and standalone 15 15 WordPress blogs are supported and we have plans to extend it to other platforms as well. 16 16 17 17 18 The plugin have a settings page along with an API generator tool that can be used to generate … … 36 37 37 38 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key') 39 40 41 == Changelog == 42 43 = 1.0 = 44 * Initial release 45 46 == Frequently Asked Questions == 47 48 == Screenshots == -
push-syndication/trunk/README.md
r577638 r577644 1 Push Syndication 1 # Plugin Name # 2 **Contributors:** automattic, nprasath002, batmoo 3 4 **Tags:** XMLRPC, WordPress.com REST 5 6 **Requires at least:** 3.4 7 8 **Tested up to:** 3.4 9 10 **Stable tag:** 1.0 11 12 **License:** GPLv2 or later 13 14 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 15 16 17 ## Description ## 18 Push syndication plugin helps users to manage posts across multiple sites. It’s very useful 19 when managing posts in different platforms like a WordPress.com blog or a standalone 20 WordPress install. It scales very well and with a single click you can push a post to more 21 than 100 sites of different platform. Currently WordPress.com blogs and standalone 22 WordPress blogs are supported and we have plans to extend it to other platforms as well. 23 24 25 The plugin have a settings page along with an API generator tool that can be used to generate 26 API tokens needed to push content in a WordPress.com blog. In the settings page you can select 27 the post types you want to push and whether to delete the posts pushed when the master post is deleted. 28 29 To push posts in a WordPress.com blog first you need to create an application in the developer 30 blog with redirect URI as listed in the settings page. Fill the client ID and client secret as 31 displayed in the app page. Clicking the authorize button will direct you to the authorization 32 page of WordPress.com. Select the blog you want to push from the dropdown list and click 33 authorize where you will be redirected back to your settings page which displays the API token, 34 log ID and Blog URL. Use this information when registering a WordPress.com site. 35 36 Sites must be registered and grouped into sitegroups in order to push content. 37 In the post edit screen a Syndication metabox will appear with the all the sitegroups defined. 38 Select the sitegroups you want to push content and hit the publish button to push content. 39 40 ## Installation ## 41 As any other WordPress plugin you can enable push syndication plugin through the plugins 42 page in the WordPress admin area. You also need to define an encryption key which will be 43 used to encrypt user credentials and save to the database securely. 44 45 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key') 46 47 ## Changelog ## 48 49 ## 1.0 ## 50 * Initial release 51 52 ## Frequently Asked Questions ## 53 54 ## More Info# 55 Visit the WordPress.org plugin directory page 56 http://wordpress.org/extend/plugins/push-syndication/ -
push-syndication/trunk/readme.txt
r577151 r577644 37 37 38 38 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key') 39 40 41 == Changelog == 42 43 = 1.0 = 44 * Initial release 45 46 == Frequently Asked Questions == 47 48 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.