aaronpkPixelfed is like mastodon where you shouldn't need a new account for it. In theory if yo user up bridgy fed on your site then people can follow your photos from pixelfed. I'm not sure how well this works in practice yet tho.
[dhewya16][dhewya16] set the channel topic: IndieWeb development-focused chat - logs at https://chat.indieweb.org/dev/today - bridged with #indieweb-dev in IRC
[adam]I reply to someone on Twitter -> I can show their tweet and my reply. if someone replies to me, Bridgy sends me that, I display that, all good. but I reply to _that_, that’s going in a separate note
LoqiA reply context is the display of what a reply post is in reply to, including linking to that original post with in-reply-to markup, showing some amount of that original post like author name, icon, summary / ellipsed content, and datetime published https://indieweb.org/reply-context
LoqiSalmention is a protocol extension to Webmention to propagate comments and other interactions upstream by sending a webmention from a response to the original post when the response itself receives a response (comment, like, etc.) https://indieweb.org/Salmention
@tomcritchlow↩️ Yeah - tough to build and manage though. Next I want to build webmention into the wiki for a slightly social experience. http://Are.na does a pretty good job here but it makes me nervous not being self hosted (twitter.com/_/status/1097495991278845953)
ZegnatThat is where salmentions would come in: when you get a comment and add it to your page, you send a new webmention to the thing you were replying to so they can also come and fetch it
jgmac1106no that is what I mean, just didn’t know if it worked. I can just drop that in do I make <form action="guestbook.php" match the hml page it would be on?
ZegnatI am still not clear what you want to do. Neither PHP nor JavaScript is going to automatically store any data. If you want the form to be submitted and then stored on the server, you will need to have server-side storage code
[tantek]also for IndieWebify.me, # of first-level additional HTTP requests (i.e. requests you can discern by mere source inspection, e.g. all link rel-stylesheet, img src, object data, iframe src etc.)
[Rose], KartikPrabhu and gRegorLove joined the channel
ZegnatHmm, this CMS looks interesting. The page suggests to me the CMS pages are generated based on the HTML rather than the other way around. https://www.vapid.com/
LoqiIt looks like we don't have a page for "anonymous zone" yet. Would you like to create it? (Or just say "anonymous zone is ____", a sentence describing the term)
LoqiIt looks like we don't have a page for "geofence" yet. Would you like to create it? (Or just say "geofence is ____", a sentence describing the term)
LoqiIt looks like we don't have a page for "geofencing" yet. Would you like to create it? (Or just say "geofencing is ____", a sentence describing the term)
[eddie]!tell jgmac1106 if the image icon is grayed out that probably means you don’t have a Media Endpoint. That reminds me I need to add non-media endpoint functionality in the near-ish future
Loqi[eddie]: [jgmac1106] left you a message 1 hour ago: what am I missing to be able to post images with Indigenous iOS on Known https://blog.kevo.glass, the image icon greyed out
GWGThat's the problem. If I build the geofencing into the venue concept, then it is neater, but if I build it separately, it is simpler to implement just the geofencing
aaronpkthe same pattern applies on my "like" posts which I am now trying to recreate for all my posts, where the author photo hangs off the left of the text https://aaronparecki.com/2019/01/21/4/
swentelHmm, do we have a service somewhere that would return me the author of a url ? specifically, I need the author main image. I don't want to write a mf2 parser in java :(
LoqiXRay is an open source API that returns structured data for a URL by parsing microformats and following other indieweb algorithms, and is part of the p3k suite of applications https://indieweb.org/XRay
aaronpkthat kind of thing was supposed to be left up to the microsub server to avoid exactly the problem you said "I don't want to write a mf2 parser in java"
swentelaaronpk, that's totally fine. See the screenshot. I want to display more information about the account/url you are authenticated with (name, author, image)
aaronpkthere are two places I would add this in the flow. the step that returns you the token currently also returns the "me" url, and that's a good place to also return a full h-card
aaronpki'll have to add a microformats parser and h-card finder to tokens.indieauth.com so that it can do it for people's arbitrary sites, but when a site has a built-in indieauth provider it should be straightforward