[keithjgrant]Right now, Omnibear stays logged in indefinitely, but I'm wondering if I should be checking for expired tokens & requiring re-auth at some point
LoqiPOSSE is an abbreviation for Publish (on your) Own Site, Syndicate Elsewhere, a content publishing model that starts with posting content on your own domain first, then syndicating out copies to 3rd party services with permashortlinks back to the original on your site https://indieweb.org/POSSE
aaronpkto load my files into memory I first load the file into a string then split on the separator between the front matter and content. everything in the front matter is then parsable using yaml_parse
Loqi[sknebel] aaronpk: re follow buttons, there was this (for login, but same principle should work) with iframes: http://indieweb.org/2016/Brighton/Demos#Sebastian_Lasse sebastian said there the site can not detect your identity (thanks to the iframe isolating it
snarfedthe current markup in mastodon works well for backfeeding replies, but doesn't have permalinks for likes or boosts (reposts), so i'm thinking about what to do for them. any thoughts?
snarfedworst case, i can store the activitypub pings and render likes and boosts myself, on fed.brid.gy, like bridgy does for silos...but i'd obviously rather use mastodon itself if possible
ben_thatmustbemesnarfed, may be better to follow on #social though. it could possibly work with pump.io and others then as well, plus it would help keep you up to date on activitypub as they change it
snarfedunderstood! limited time/bandwidth though, so i don't do IRC for much, including this. definitely want to follow but i just don't have that much capacity :P
snarfedUX now is bridgy still, include an invisible link to fed.brid.gy, which sends a wm, and bridgy fed then extracts the in-reply-to link from source
snarfedactually aaronpk if you use bridgy fed, there won't necessarily be a resulting permalink inside the fedsocnet at all, since this is federation, not syndication
aaronpkthe way my code works now is it would leave that invisible fed.bridgy link in the post and would keep re-sending the webmention every time that post is updated.