wordpress-webmention icon indicating copy to clipboard operation
wordpress-webmention copied to clipboard

A Webmention plugin for WordPress

Results 115 wordpress-webmention issues
Sort by recently updated
recently updated
newest added

Related to having a per post setting decoupled from pings, a setting that just accepts webmentions always on a global scale.

As php-mf2 recommends this, but it isn't a dependency we are adding, we agreed to add a filter to support it into the load DOMDocument function.

Right now, we are tying the receipt of webmentions to the ping_status field in wp_post. For one, it means that enabling webmentions means enabling pingbacks and trackbacks. Want to contemplate...

question

The idea is to generate using a comment query a feed of homepage mentions... I have the hardest time figuring out how to display these usefully and just store them...

enhancement

Try to do a manual ping, where the source page is as simple as ``` Link to article ``` The ping return success json: ``` {"link":"\/comment-page-72\/#comment-202993" ,"source":"http:\/\/link-to-source" ,"target":"https:\/\/link-to-target-article" ,"code":"success" ,"message":"Webmention...

In #89 we addressed by adding a hook to allow logging. But no one has actually built any logging into the plugin. Want to explore if we can use the...

enhancement
debugging

Right now its extremely difficult to debug outgoing webmentions, and incomming webmentions are hard. A admin widget that displayed a log of webmentions would simplify debugging greatly. It should capture...

enhancement
debugging

I clicked on `Change the default help text of the Webmention form` and that highlighted the text box and placed the cursor at the beginning of the text, but I...

usability

I know there is a reason it was separated, but I want to discuss if that should be revisited.

enhancement
brainstorming

See comment at [kimberlyhirsh.com/2019/07/29/8561/#comments](https://kimberlyhirsh.com/2019/07/29/8561/#comments) backfed from [twitter.com/thoughtsofaphd/status/1155842810110783488](https://twitter.com/thoughtsofaphd/status/1155842810110783488).