Stars: 101
Forks: 47
Pull Requests: 79
Issues: 83
Watchers: 123
Last Updated: 2023-08-27 16:17:25
Syndicate your WordPress content.
License:
Languages: PHP, CSS, Shell
Syndicate content to and from your sites.
Here's how it works:
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.
To store passwords securely, we recommend defining an encryption key, which will be used to encrypt credentials when saved to the database.
define('PUSH_SYNDICATE_KEY', 'this-is-a-random-key')
Push Syndication can ingest RSS feeds into your site for you. 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 customize the post's type, status, comment settings, pingback settings and category.
Note that, if you use the XMLRPC push syndication method and you have two-factor authentication enabled on your account, you will need to create an application password to use when adding a new site. Using your regular password will not work.
If you are interested in contributing, we need help with two main areas:
Issues have been created for each of the planned feature developments. Help with documentation for both versions is also greatly appreciated.