#Loqistrugee has 1 karma in this channel (3 overall)
#CamBSo I'm trying to test webmentions on wordpress. commenting on my own post from my own site the webmention shows up in my admin comments section and my avatar appears under the original post, but the text from the comment isnt there. Could someone take a look please?
#gRegorLoveCamB: Can you let me know which IndieWeb plugins you've installed? There's a couple that may be necessary. I think Semantic Linkbacks makes webmention comments look nicer.
#gRegorLoveWe also have #indieweb-wordpress (IRC) and #wordpress (Slack) where our WordPress regulars are always willing to help (I'm only partially familiar with the WP plugins myself)
#GWGCamB: It is classified as a mention. If you want to disable that, you can. Go into Settings->Discussion and turn off Facepiles for Mentions and it will show up as a comment.
#gRegorLoveWith your test comment, you only mentioned the test post. The WP plugins (and a lot of other indie sites) will show that as a facepile or just "[name] mentioned this"
#GWGBasically, you have to tell it what the relationship is for it to work
#gRegorLoveWith the in-reply-to markup, it tells the target that it's meant as a reply, so the plugins show it as a comment.
#CamBgRegorLove: Oh. I think I understand. I will need to learn proper markup next.
#gRegorLoveI'm not sure how to do /reply posts in WP, but GWG does :)
#GWGCamB: There is a plugin to help with that if you want.
#CamBGWG sure a plugin would be great to start with. I am using the Sempress theme
#LoqiA feed is a dynamic set of posts, typically listed in reverse-chronological order, often only the most recent n (like 10) of them https://indieweb.org/feed
#LoqiIt looks like we don't have a page for "timetravelline" yet. Would you like to create it? (Or just say "timetravelline is ____", a sentence describing the term)
#snarfedhey aaronpk, when you get a chance, mind counting the total number of valid webmentions wm.io has received that aren't from bridgy? ie source domain isn't [www.]brid.gy or brid-gy.appspot.com. i'm hoping to roughly pinpoint when we hit 1M total wms. not urgent.
#snarfed!tell benwerd hi! when you get a chance, mind counting the total number of valid webmentions hosted known has received that aren't from bridgy? ie source domain isn't [www.]brid.gy or brid-gy.appspot.com. i'm hoping to roughly pinpoint when we hit 1M total wms. not urgent.
#snarfed!tell voxpelli hi! when you get a chance, mind counting the total number of valid webmention wm.herokuapp.com has received that aren't from bridgy? ie source domain isn't [www.]brid.gy or brid-gy.appspot.com. i'm hoping to roughly pinpoint when we hit 1M total wms. not urgent.
#LoqiSEO is an acronym for Search Engine Optimization which refers to the practice and results of publishing pages and permalinks on the web in order to rank better (earlier/higher) in web search engine results https://indieweb.org/seo
#tanlaanThat's pretty awesome actually. I suppose semantic markup is always going to be helpful with SEO right? Some might use it and some might ignore it. But either way it's either net neutral or positive, not negative.
#tantektanlaan: how about semantic markup and the absence of multimegabyte JS libs that slow everything down?
#tanlaantantek: Ha! I can completely agree with that. I need to start playing around more on the web dev side of things to get my hands dirty but optimization just makes sense when you're using a small slice of the bigger JS library pie
#KartikPrabhu is there any evidence that the presence of large JS makes lower "SEO scores" on Google?
#KartikPrabhuGoogle itself uses gigantic JS stuff on Google+
#tantekKartikPrabhu: as a side-effect of perf, yes
#tantekKartikPrabhu: and you'll notice that G+ results don't typically show up in G search
#tantekslower site = lower SEO - that's been well documented
#tantek(search around a bit if you like). and yeah, multimeg JS = slow site load time
#tanlaantantek: Nice, your site without cache is loading in 1.27s and with cache on 1.03. Reliably speedy :+1:
#tantektanlaan: I'm actually a little embarrassed by that. I should be able to get it to load on "typical" broadband in <0.5s
#tantekbut yeah, by today's sorry standards of what passes for web perf on typical (major) sites, my site is screaming fast lol
#tanlaantantek: it'd be interesting if there was a flag in the useragent that could say "Hey, I've got slow internet. Only load your smallest assets please". Then a handshake wouldn't be required or a lazy load to get something to fill until the high res images come in
#tantektanlaan: there is actually just such a thing already - responsive images
#tantekI just haven't had time to build support for it into my site yet
#Loqiresponsive images are an extension to HTML to allow different resolutions of an img or a picture element, according to screen resolution or screen pixel density https://indieweb.org/responsive_images
#tanlaanproblem there would be I can have an ipad retina display on a crappy 1mbps down internet connection
#tanlaandefinitely checking out srcset though, always good to be on the up and up
#tantekwow caniuse is broken for me - I search for srcset and get a random set of other features instead
#tanlaanCame up just fine for me, no IE11, Edge 16 or greater, no opera mini, but everything else is green
#KartikPrabhuyeah me too, so I made the actual URL by hand :P
snarfed joined the channel
#ZegnatThere is the Network Information API, https://wicg.github.io/netinfo/, but I really hope people will not start using that to detect if they should load big assets or not
#ZegnatI feel like they would be tempted too though
#Loqi[Jeremy Keith] Network Information API
September 25th, 2017
It looks like this is landing in Chrome. The navigator.connection.type property will allow us to progressively enhance based on connection type:
A web application that makes use of a service ...
#tantekit kinda provides just enough information to make bad decisions :/
#tanteke.g. for a fast (4G) but per GB pay connection, I don't want the biggest assetts, I actually want the smallest ones unless I click on them
#ZegnatYes and for WiFi on my laptop, 90% of the time I am either tethering from my phone (small data bundle) or on my home 4G network (big data bundle, but still monthly limit).
#strugeehey, does anyone know where the dt-updated property is defined? https://indieweb.org/updated mentions it but I can't find any examples or explanations
#Loqi[Tantek Çelik] h-entry is a simple, open format for episodic or datestamped content on the web. h-entry is often used with content intended to be syndicated, e.g. blog posts. h-entry is one of several open microformat standards suitable for embedding data in HTML.
...