diff --git a/views/docs.php b/views/docs.php index 63d0ce1..7c6757d 100644 --- a/views/docs.php +++ b/views/docs.php @@ -34,7 +34,7 @@
You can provide a list of supported syndication targets that will appear as checkboxes when you are creating a new post.
+You can provide a list of supported syndication targets that will appear as checkboxes when you are creating a new post.
To do this, your Micropub endpoint will need to respond to a GET request containing a query string of q=syndicate-to
. This request will be made with the access token that was generated for this app, so you can choose which syndication targets you want to allow this app to use.
The response should be a form-encoded reply with an array, syndicate-to
of all the supported syndication targets. The actual values are up to your Micropub endpoint, but a good convention is to use the domain name of the service (e.g. twitter.com), or domain name and username (e.g. twitter.com/aaronpk).
If you do include the domain name, Quill will be able to show icons for recognized services next to the checkboxes.
+The specific values of names and uids are up to your Micropub endpoint, but a good convention is to use the domain name of the service (e.g. https://twitter.com), or domain name and username (e.g. https://twitter.com/aaronpk) for the uid, and a friendly name like "Twitter" or "twitter.com/aaronpk" as the name.
Quill will check for your supported syndication targets when you sign in, but there is also a link on the new post screen to manually re-check if you'd like.
- -