schmartythe web site verification steps (http://help.micro.blog/2017/web-site-verification/) seem to indicate that as long as I am pointing to my URL in my account settings and have the relme link back on that page it should pick it up on refreshing my account page. it doesn't seem to be, though.
aaronpkGWG: how far back in PHP versions do you have to support for wordpress plugins? For this XRay library I don't want to have to support really old versions but I know you were thinking about using it
[eddie]I don’t want to break the components down into too many frameworks. From you guys’ experience, should endpoint fetching code be part of an IndieAuth framework, or should it be its own framework that the IndieAuth framework uses?
GWGEither way, the existing functionality needs to be updated. It is some of the older code in the plugin and people are commenting it is classifying likes as mentions
miklbaaronpk thanks, took a look, but couldn't make heads or tails of what I would need out of that file. I punted and just did a regular character count for my excerpts for now.
Loqi[Peter Molnar] This plugin hasnt been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used wi...
miklb[chrisaldrich] yeah, I hacked something similar together for my own uses. Really just need a little regex or something to count URL as 23 chars, or whatever it is Twitter is using now
[eddie]aaronpk: You have both HTTP Header Links and HTML Rel Links. Obviously, yours match. However, in a battle between the two, which should override the other? (Or do you just add them both to the array)
[eddie]If more than one of these is present, the first HTTP Link header takes precedence, followed by the first <link> element, and finally the first <a> element.
gRegorLoveFrom the sender perspective, HEAD is easier than GET since it will return less data. My plugin stops there if it finds it in the HEAD request.