From f8a81035965e9ef872ae3d7b52cdba7459272b3a Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sat, 26 Mar 2022 14:36:45 -0500 Subject: [PATCH] socialInteract - move node value to uri attribute - #327 --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4c6c02..88cf1f6 100644 --- a/README.md +++ b/README.md @@ -175,13 +175,12 @@ The following tags are being actively considered for adoption into the namespace ```xml -[url of root post/comment(string)] - +/> ``` @@ -201,25 +200,27 @@ This tag can also be used as a signal to platforms and apps that the podcaster d of "disabled" can be specified, with no other attributes or node value present. #### Attributes + - **uri** (required) The uri/url of root post comment. - **protocol** (required) The [protocol](socialprotocols.txt) in use for interacting with the comment root post. - **accountId** (recommended) The account id (on the commenting platform) of the account that created this root post. - **accountUrl** (optional) The public url (on the commenting platform) of the account that created this root post. - **priority** (optional) When multiple socialInteract tags are present, this integer gives order or priority in ascending order of importance. A lower number means higher priority. + Example (simple): ```xml -https://podcastindex.social/web/@dave/108013847520053258 + ``` Example (complex): ```xml -https://podcastindex.social/web/@dave/108013847520053258 -https://twitter.com/PodcastindexOrg/status/1507120226361647115 + + ``` Example (disabled): ```xml - + ```