Michael Beckwith

Results 748 comments of Michael Beckwith

hmmm just checking.

Potentially a bit late, but I think this one is simply a case of there's nothing for the receiver to parse and populate the mention with. It finds what it...

Related https://github.com/pfefferle/wordpress-webmention/issues/147

I agree with Jeremy here. The amount of text in the placeholder is way too much and the overall area is not as clear as it could or should be....

@dshanske are you thinking some type of generated documentation as well for this? Similar to what's in the attachment? ![Screen Shot 2019-10-04 at 10 48 23 AM](https://user-images.githubusercontent.com/484075/66221435-93c1a300-e694-11e9-87af-66cba4513350.png) Or more just...

I have work going on this over at https://github.com/tw2113/wordpress-webmention/tree/229-dev-docs

It's not ready for merge yet, but I have this started: https://github.com/tw2113/wordpress-webmention/tree/215-home-mention-feed 2 commits so far: https://github.com/tw2113/wordpress-webmention/commit/7a15ac80f10c05da67263de6362807482c2fb84b https://github.com/tw2113/wordpress-webmention/commit/05b28c81c2c1d6e7086d355f668478bb81519ffe Feel free to request any sort of code renaming, structure changes, etc...

Also I know Davide mentioned custom url and/or widget, but this feels like perhaps a better approach as a function can be used in custom url, widget, shortcode, or even...

Where would collective "we" consider viable storage options for logs? Custom db table? Saved option that can be routinely cleared out? File dropped into a writable wp-content folder?

Thoughts on using a hidden post type for logs? I know my employer has https://github.com/WebDevStudios/WDS-Log-Post as an example of what *could* be done. It could be forked/reviewed/updated for current-ness, but...