Changeset 577149
- Timestamp:
- 07/25/2012 12:45:48 PM (14 years ago)
- Location:
- push-syndication
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
push-syndication/tags/1.0/readme.txt
r577147 r577149 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 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. 10 == Description == 11 Push syndication plugin helps users to manage posts across multiple sites. It’s very useful 12 when managing posts in different platforms like a WordPress.com blog or a standalone 13 WordPress install. It scales very well and with a single click you can push a post to more 14 than 100 sites of different platform. Currently WordPress.com blogs and standalone 15 WordPress blogs are supported and we have plans to extend it to other platforms as well. 11 16 12 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. 17 == Installation == 18 As any other WordPress plugin you can enable push syndication plugin through the plugins 19 page in the WordPress admin area. You also need to define an encryption key which will be 20 used to encrypt user credentials and save to the database securely. 13 21 14 22 [code lang="php"] 15 23 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key') 16 24 [/code] 17 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.18 25 19 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, Blog ID and Blog URL. Use this information when registering a WordPress.com site. 26 The plugin have a settings page along with an API generator tool that can be used to generate 27 API tokens needed to push content in a WordPress.com blog. In the settings page you can select 28 the post types you want to push and whether to delete the posts pushed when the master post is deleted. 20 29 21 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. 30 To push posts in a WordPress.com blog first you need to create an application in the developer 31 blog with redirect URI as listed in the settings page. Fill the client ID and client secret as 32 displayed in the app page. Clicking the authorize button will direct you to the authorization 33 page of WordPress.com. Select the blog you want to push from the dropdown list and click 34 authorize where you will be redirected back to your settings page which displays the API token, 35 log ID and Blog URL. Use this information when registering a WordPress.com site. 36 37 Sites must be registered and grouped into sitegroups in order to push content. 38 In the post edit screen a Syndication metabox will appear with the all the sitegroups defined. 39 Select the sitegroups you want to push content and hit the publish button to push content. -
push-syndication/trunk/readme.txt
r577147 r577149 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 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. 10 == Description == 11 Push syndication plugin helps users to manage posts across multiple sites. It’s very useful 12 when managing posts in different platforms like a WordPress.com blog or a standalone 13 WordPress install. It scales very well and with a single click you can push a post to more 14 than 100 sites of different platform. Currently WordPress.com blogs and standalone 15 WordPress blogs are supported and we have plans to extend it to other platforms as well. 11 16 12 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. 17 == Installation == 18 As any other WordPress plugin you can enable push syndication plugin through the plugins 19 page in the WordPress admin area. You also need to define an encryption key which will be 20 used to encrypt user credentials and save to the database securely. 13 21 14 22 [code lang="php"] 15 23 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key') 16 24 [/code] 17 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.18 25 19 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, Blog ID and Blog URL. Use this information when registering a WordPress.com site. 26 The plugin have a settings page along with an API generator tool that can be used to generate 27 API tokens needed to push content in a WordPress.com blog. In the settings page you can select 28 the post types you want to push and whether to delete the posts pushed when the master post is deleted. 20 29 21 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. 30 To push posts in a WordPress.com blog first you need to create an application in the developer 31 blog with redirect URI as listed in the settings page. Fill the client ID and client secret as 32 displayed in the app page. Clicking the authorize button will direct you to the authorization 33 page of WordPress.com. Select the blog you want to push from the dropdown list and click 34 authorize where you will be redirected back to your settings page which displays the API token, 35 log ID and Blog URL. Use this information when registering a WordPress.com site. 36 37 Sites must be registered and grouped into sitegroups in order to push content. 38 In the post edit screen a Syndication metabox will appear with the all the sitegroups defined. 39 Select the sitegroups you want to push content and hit the publish button to push content.
Note: See TracChangeset
for help on using the changeset viewer.