This plugin adds support for syndicating via Micropub and Webmention.
Any micropub server can act as a syndication endpoint, including silo.pub, other Known sites that have the IndiePub plugin enabled, and WordPress sites that have the micropub plugin.
Bridgy Publish and IndieNews are two services (the only two I'm aware of) that support syndicating via webmention. When they get a webmention from you, they parse the source for content and syndicate it.
Because this plugin contains submodules, make sure to clone recursively when installing
$ cd Known/IdnoPlugins
$ git clone --recursive https://github.com/kylewm/KnownIndieSyndicate.git IndieSyndicate
Enable the plugin under Site Configuration > Plugins
and then go to
Account Settings > IndieSyndicate
to add some endpoints!
This software is dedicated to the public domain under Creative Commons CC0.
- 0.1.3 - 2016-05-21 - added support for syndication via webmention (the original version only supported micropub)