#gRegorLovemiklb: That %1s, the "1" is the argument number. It can be used for argument swapping. Not really necessary in that line of code since there's only one argument, $embed
#gRegorLoveAlso can be used to put the same argument multiple places in the string
#[cleverdevil]Use case: I want `/timeline` or `/stream` on my site to be internally rewritten to return the content that is available at `/content/bookmarkedpages/statusupdates`.
#[chrisaldrich]cleverdevil, btw, I set up oAuth on known.boffosocko.com, so you should be able to install https://github.com/mapkyca/KnownKnown on your personal Known instance and syndicate to the other one, the github page has some reasonable directions.
#miklbso this is what I'm figuring out and why there is a blockquote inside a blockquote. somewhere the embed is being stored in the postmeta and that's where the link to the tweet without u-url is. Now to just figure out how to customize that.
#miklbaha. That's coming back from the Twitter oembed and WP caches that. Seems there is a embed_result filter…the plot thickens
#tantek.comedited /Mastodon (+450) "see issues on the github instead, and one primary instance looks fairly resolved" (view diff)
#miklbGWG that whole chunk of html (<blockquote class=twitter-tweet">…</blockquote> is stored in the db as postmeta, I'm looking at the filter now to change add the u-url when it's saved
#GWGI don't have logic to decide if a video or image is the focus...Lot I could do
#miklbI like the idea of the embeded tweet, especially if it's part of a thread/conversation, more context. Just want to see if I can filter that and add the class.
#GWGmiklb, I want to cover as many sites as possible.
#GWGI fear I am getting wound up about all I want to do but can't right now
#tantekGWG, get it out of your head and onto a text list (like wiki itches list) and then get others to help you prioritize :)
#miklbmy goal currently is purely for my own site. If it can be useful for others, awesome. I just want to have embedded Tweets and for bridgy to know it's a reply. I'm not sure where else I could put the u-url
#GWGtantek, a lot of it is in issues on various repos.
#LoqiA quote tweet (also known as a "retweet with comment") is a reply on Twitter to an original tweet that displays the entirety of the original in a reply-context below the reply text https://indieweb.org/quote_tweet
#aaronpki'd say it's closer to just a plain mention of a link that might include quoted text from it, which would be an h-cite embedded
#miklbtantek here's the thing. If I were just a new user, and managed to get all the plugins installed, hooked up with bridgy and I were to set the type to reply, add the link to the url and write my reply, the plugin would return an error saying bridgy can't find the link to the tweet, even though you are looking at it the link in the post editor, see it on Twitter. I'm trying to fix that. Nothing ground breaking, nothing out-of-the-box
#martymcguire[m]hmm. that would work for me, but the h-cite has to come from somewhere.
#tantekmiklb I agree 100% with your perspective on that. that should "just work" exactly as you described.
#aaronpkyeah i'm not sure how that should look in the quill UI
#aaronpkmaybe need screenshots of how it works on twitter
tantek joined the channel
#martymcguire[m]this is plumbing-y, but i'd be happy with receiving a "u-quotation-of" URL and feeding that into my site's reply context system. i'd display the entire content or a truncated summary.
#tantekdo you mean into your site's comment display system?
#tantekbecause you recieving a u-quotation-of would be someone else quoting something of *yours*
#Loqi[Marty McGuire] Congrats to @thatonegm for publishing Four Sherlock Holmes and a Vampire. One-up your friends, solve the crime, and maybe be a vampire!
#martymcguire[m]it's implemented as an in-reply-to, and (when i show tweets correctly in my reply contexts) would show the complete tweet that i am replying to. a /reader subscribed to my site would show that context and my text, and that would be what i want.
#martymcguire[m]however, when i POSSE this through bridgy, it becomes a reply to the original tweet, which would not show up in my main list of tweets.
#tantekmartymcguire[m]: "public on my timeline" just requires not starting with the @-mention in the prose of the note
#martymcguire[m]absolutely, when i POSSE manually.
#tantek"it becomes a reply to the original tweet, which would not show up in my main list of tweets." <-- this is not true
#tantekas long as you don't *start* your note with the @-mention, then it should show up in your main list of tweets
#martymcguire[m]when i POSSE'd this tweet through bridgy, it became a reply to the original tweet rather than a quote tweet.
#tantekreplies that don't start with an @-name show up in your main profile list of tweets
#miklbnot true with bridgy I don't think. I had a note I added in-reply-to manually to a link and it showed up as a reply on Twitter even though I didnt' start the note with @
#martymcguire[m]i posted a note to my site in-reply-to a twitter URL where the content of the note did not start with an @. however, when i used bridgy publish to POSSE this note to twitter, it was posted as a reply to the tweet rather than quoting the tweet.
#tantekIssue: if a reply to a tweet already has the @-name in the content that will get tweeted, DO NOT duplicate the @-name at the start of the POSSE tweet reply copy
#martymcguire[m]it's a good place for discussion, if nothing else
#martymcguire[m](my theory is that bridgy is specifying that the tweet is a reply in the API request to twitter, causing twitter to start the canoe. in that case the @-name at the start of the text is being added by twitter in display of the tweet.)
#martymcguire[m]the more i think about it, the more i think this isn't a bug so much as a use case falling through the cracks of twitter's @-name handling in replies.
#tantekmartymcguire[m]: huh? how is unnecessary duplicating of an @-name not a bug?
#snarfedtldr: it's not actually duplicating them. the prefixed @-mentions aren't actually in the tweet text. afaik the problem is that loqi doesn't yet support twitter's new extended tweet format, so it's incorrectly rendering them as though they are
#martymcguire[m]snarfed++ for the reply! that is what i having trouble articulating. the "@-name" isn't duplicated "in" the tweet as twitter displays it in the twitter UI.
#Loqisnarfed has 3 karma in this channel (265 overall)
#martymcguire[m]so i'm back to wanting a way to differentiate "a reply on my site that should be a reply on twitter" vs "a reply on my site that should be a quote on twitter"
#snarfedyeah that's a pretty new use case afaik. consider just manually posseing those?
#martymcguire[m]snarfed: that's what i will do for now. :}
[eddie] joined the channel
#[eddie]I wonder if at some point you could say if h-cite exists (aka reply context) it would quote tweet with comment, and if a single u-reply-to href exists without h-cite, then it would be a true “reply”
#[eddie]Because by using an h-cite rather than just a link with u-reply-to, aren’t you in essence trying to point out the content as opposed to just replying to the person?
#KartikPrabhu[eddie]: you can h-cite just a link too
#[eddie]hmmm, what would be the use case of h-citing just a link?
#KartikPrabhubut I don't see why h-cite needs to have any content other than a link
#[eddie]That’s true. I still think whether you have just the link or more, h-cite means you are citing a link, u-reply-to you are just replying
#[eddie]still seems like it would work as a twitter comparison
#[eddie]That’s probably what I’ll experiment with when I get regular tweet like notes built into my site
#martymcguire[m]from the discussion on /quotation, i definitely see these as /reply posts. it's like twitter has a distinction that my site doesn't because my site doesn't have canoes. :}
#[eddie]martymcguire[m]: what do you have against water sports??
#[eddie]I agree with martymcguire[m] I see them as replies, I think the main difference is context. One is you are trying to show context (quote tweet) and one where you don’t care about the context, because you are assuming the person already knows the context
#martymcguire[m][eddie]: it's also a question of audience. twitter will put a /quote_tweet on my public timeline under "Tweets", but an @-reply is under "Tweets and Replies" (and may not be visible to my followers? is that still true?)
#martymcguire[m]whereas my site doesn't make a distinction like that.
#[eddie]That’s true, although if you click “Reply” to someone and type something before the @-mention (on a third party twitter client, because, Twitter…), I think it might make it public but still a reply
#martymcguire[m]bridgy publish does support making quote tweets if you replace in-reply-to with quotation-of, but i am not sure it is worth it to build that difference into my site
#martymcguire[m][eddie]: it does seem that twitter's new reply-handling implementation breaks expectations of the old behavior that position of @-mentions matters.
#[eddie]It shows up on profile, so it’s not “private” in any sense of the word
#martymcguire[m]if i were to implement twitter-style-replies, i'd make the post to my site and send webmentions for it, but it wouldn't appear in my stream(s).
#martymcguire[m]and if i wanted to implement twitter-style-quotes on my site, i'd make the post to my site and include it in my streams. but instead of sending a webmention to the post i'm replying to, i'd send a person-tag??
#martymcguire[m](so the original poster gets notified, but it doesn't show up in the mentions for that particular post)
#@ThatOneGMEveryone Is John is super fun, and I loved last night's episode. Next week, I'm running Wushu! Expect over-the-top action and wackiness. QT [@schmarty] @DnDSVU Had a blast running Everyone is John on @DnDSVU last night! Looking forward to next week when @thatonegm runs another one-shot. (twitter.com/_/status/851895381906554880)
#martymcguire[m]if i want to make a simple workflow for something like quill, maybe i'd make two twitter syndication targets: one that treats replies as replies (ie - just passes through normal in-reply-to mf2 markup) and one that treats replies as quotes (ie - uses quotation-of mf2 markup for bridgy)
#martymcguire[m]either way i'd want most mf2 consumers to see it as in-reply-to.
#martymcguire[m]well, with that i need to get ready for dinner. later on, everybody. and thanks!
#[cleverdevil]This is my weekly reminder to ask you how its coming, eddie ?
#[eddie]cleverdevil++ Ran into DNS issues over the end of last week/weekend when I switched to DreamCompute ? (DNS issues weren’t DreamHost’s issue, other servers issue). So I couldn’t do micropub all weekend. But the DNS issues seem resolved, so I’m looking forward to getting some testing done on it this week ?
#Loqicleverdevil has 2 karma in this channel (25 overall)
#[cleverdevil]Looking forward to it. I think its a real key to making the entire user experience better. Integrated sharing in both iOS and and macOS will be fantastic.
#[cleverdevil]Might also be interesting to contact the Dropshare people and see if they might be interested in integrating Micropub.
#[cleverdevil]Eventually, I'd like to move back to a native feed reader like Reeder.app, which I love, but it (a) doesn't sync with Nextcloud News's API yet, and (b) Doesn't support Micropub sharing yet.
#[kevinmarks]With the new canoe replies, they don't show in your timeline by default even if you don't start with @
#[kevinmarks]You have to retweet your own post to put it in your public timeline
#gRegorLoveI think if you start off a tweet with an @-mention of someone, not @-reply, that's visible to all your followers, regardless if they follow that user. All subsequent replies are *not* shown your followers, unless they also follow the initial @-mention user.
#gRegorLoveSo it's sorta like you can see the start of a conversation, but not the rest unless you click through / follow the people in the convo