David Shanske
David Shanske
The other was based on 4.X. Creating this pull to actually put it into 5.X for various reasons.
Semantic Linkbacks has a custom comment walker that changes comment displays to support extra parameters. I want to move this into webmentions and reimplement it. But, as noted in a...
Add a query parameter to the webmention forms built into the site so that we can tell that it came locally. This would be for information and possibly a moderation...
Need to consider changing this to approve based on other factors. Considered author URL, but that could be spoofed. Possibly source domain plus author url
https://github.com/pfefferle/wordpress-webmention/blob/b212cf16698b79a61856cb5f736604059fc5a0ac/includes/class-webmention-receiver.php#L534 Wondering...the code looks for webmention_source_url, then _crossposting_link. And in the future, we discussed switching to source_url to match activitypub. Wondering if there is a reason we shouldn't construct a...
As the do_pings functionality has been split, switch to adding to the new hook if the version is 5.6 or greater.
In order to send salmentions, we need to trigger resending all webmentions for a post whenever a comment is added or updated.
Continuing with the idea of removing features designed for pingbacks... discontinue use of add_ping. The current advantage is that you aren't sending pingbacks and webmentions to the same site.
Related: https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/41 "If the mention post is a note and/or its content text is short enough - say, < 140 chars :P - it'd be nice to show the content...
This Replaces https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/40 Related to #281 and #198, in order to support things like salmentions, we need to continue to store, not necessarily the entire source of a source URL....