#@maetlHas anyone here implemented some sort of catcher/sink/DB backend for the webmention protocol and gotten it running on a live website?
Curious to know how challenging it is and any particular pitfalls/quirks to be aware of. (twitter.com/_/status/1361849124581085187)
#[tantek][Murray] I personally keep a text file / address book to look them up.
#[tantek]the additional challenge is when manually POSSEing to Instagram, going through and changing the handles for people who have *different* handles on Twitter vs IG
#[tantek]obviously this is not an ideal solution, just sharing my current manual methods (knowing that better methods are possible)
#[tantek]and yes if I don't have them / their handle(s) in my address book, then search on Twitter to get that info, add to address book, then copy & paste
#[Murray]yeah, I'm more likely to @ someone on Twitter I don't know/follow, but have read an article from (for instance). Still, I wonder if I could populate something like that by scraping the handles of people I've liked/retweeted in the past 🤔
#[Murray]snarfed++ for that link though, looks interesting
#Loqisnarfed has 27 karma in this channel over the last year (54 in all channels)
test3 joined the channel
#[tantek]yes, dynamically building a /nicknames-cache from your own posts is a great way to seed it!
test3 and [amy] joined the channel
#[amy]I am exploring adding POSSE support to my blog, and I was curious if anyone knows of any examples of filtering by post type (ex: only showing blog posts or photos)? Or do most people just have a big unfiltered stream of content from everywhere?
#[amy]looking for some inspiration, but a lot of blogs I know of are _only_ blog posts or are _only_ a gallery of images. Looking to create some kind of combination but I can’t visualize what the UI would be like in my head, haha
#Loqijamietanna has 7 karma in this channel over the last year (17 in all channels)
[Ana_Rodrigues], [snarfed], benatkin, [schmarty] and batkin[m] joined the channel
#[schmarty]snarfed: got logged in as my podcast site: wehavetoask.com - not seeing how to connect Facebook. in the bridgy plugin prefs i see a user page but it says user not found. the sign up link on that page doesn't have a button to connect FB.
#[schmarty]i also vaguely recall folks doing the Instagram version of this plugin couldn't use it with Facebook Container so maybe i will wait for the chrome version and keep it simple.
#[snarfed][schmarty] thx for the debugging. are you logged into facebook?
#[snarfed]facebook container support is flaky but mostly worked w/instagram, i’ll check it w/fb now
#[schmarty]i am signed in as myself (which has access to the wehavetoask.com FB page). i visited the page and one of our posts but i am not 100% sure what i am supposed to be looking for as evidence of bridgy at work.
#[snarfed]ohhh it doesn’t currently support FB pages, just users
#[schmarty]a-ha! well in that case i should have disqualified myself. i don't POSSE much to FB at the moment, just posts for this podcast which exists as an FB page. 😬
#[snarfed]no worries. your profile does have posts! so it’s still useful testing
#[snarfed]ugh the facebook container issue is so confusing. [schmarty] any chance you could turn that off temporarily and try again?
#[schmarty]sorry about the container issues! i am reluctant to turn it off while i've got a bunch of tabs open in the middle of my workday but i could set aside some time later this week to try it in FF on another system where I don't have FB container!
#gRegorLove[snarfed], Chrome extension has been working pretty well with Instagram backfeed, though I noticed some likes not coming through, even though they're from public IG profiles. Not a big deal, but FYI.
#Loqiu-syndication is a way to discoverably link from your original posts to syndicated copies on other sites like social media silos https://indieweb.org/u-syndication
#btremI guess I'm trying to figure out the difference between `u-syndication` and `u-repost-of`.
#btremI did look at indieweb first (though it's weirdly hard to find the list of webmention types; lots of "here's how to implement, but it was hard to find the list of types).
#btremSo this is not really a lazy web request. By which I mean I did some homework. :)
#[tantek]one easy difference is that a syndication is a copy of your original post, posted somewhere else for the first time
#[tantek]whereas a repost is literally posting something *again* someplace
#[tantek]you can even do both if you like (since Twitter allowed retweeting yourself)
#[tantek]e.g. you post a note A on your own site, and then syndicate it to Twitter, as post At
#[tantek]later (a week whatever) you decide you want to repost your own post which you can do, and you post B with a u-repost-of linking to your original post A, and then syndicate that by retweeting At, resulting in retweet Bt
#btremYeah, you sort of lost me. Give me a few minutes to parse those last two comments. Maybe I can untangle it.
#[tantek]nah, sometimes 2 dimensions communicate better than 1 (text)
#[tantek]in general we could probably use more diagrams, especially flow diagrams that indicate the passage of time
btrem joined the channel
#[tantek]might even make for a good discussion topic for tonight's HWC Americas, what's the difference between syndicating and reposting? GWG WDYT?
#btremI stopped going to those. Maybe I'll attend tonight.
#btremLadies and gentlemen, prepare your charts and diagrams!
#[tantek]hah! there are some folks here who have implemented both POSSE and reposts and in particular to Twitter
#[tantek]pretty sure aaronpk has both, though I don't know if he's ever reposting one of his own notes, and then syndicated that as a self-retweet
#btremI post an article on a GitHub pages site. A couple of months later, I repost the article -- an adaptation, to be precise, but it's pretty close to the original -- on my own site. I consider the second copy, on my own site, to be canonical -- and have a link rel=canonical on both copies to note that fact.
#btremAnd I add rel=syndication to the copy on my own site pointing to the GH copy.
#Loqiu-syndication is a way to discoverably link from your original posts to syndicated copies on other sites like social media silos https://indieweb.org/u-syndication
#btremOk, I can change that. But I have to wonder what the point is? What should a consuming application do with u-syndication?
#btremOne thing that *would* be useful is to suggest to e.g. search engines that a second copy is explicitly *not* canonical by marking it as a syndication copy from the canonical copy. Perhaps useful where you publish a syndicated copy on a service where you don't control the markup and therefore can't add a canonical link.
#LoqiA permashortlink (abbreviated PSL) is a URL using a short-domain that expands to a permalink; on the IndieWeb, PSLs use personal short domains to expand to the same person's personal domain, thus minimizing the fragility often associated with shortlinks https://indieweb.org/permashortlink
#[KevinMarks]So if you syndicate to somewhere that accepts webmentions it could use the u-syndication on the webmention to mark your version as canonical.
#btremIn that case, the place that accepts webmentions would have to be the canonical one, right?
#btremI think I'm starting to realize something: If you're not on Twitter/Facebook/Instagram/etc. that cuts out a big part of the usefulness of u-syndication. Maybe u-repost-of, too.
#[KevinMarks]Not necessarily - you can syndicate to other places, like indie news, or another blog
#Loqi[Kevin Marks] We Like IndieWeb Software 2015-01-16
#btremIn general, `u-repost-of` is generally to repost what someone *else* has published.
#[KevinMarks]Tumblr was very repost heavy, before twitter has it. I'm pretty sure mastodon uses it too
#btremI write that strawberry ice cream is delicious on my site. Then someone else write that strawberry *is* delicious with `u-repost-of` to my site's note.
#aaronpkwell, if they write their own content, it's not a repost anymore :)
#LoqiA repost on the indieweb is a post that is purely a 100% re-publication of another (typically someone else’s) post. The act of reposting is an umbrella term that covers the general practice of republishing another post typically on the same service or silo, and sometimes across sites https://indieweb.org/repost