pfefferle / wordpress-webmention

A Webmention plugin for WordPress
https://wordpress.org/plugins/webmention/
MIT License
116 stars 31 forks source link

No webmentions for /author/username #162

Open chrisaldrich opened 6 years ago

chrisaldrich commented 6 years ago

I've seen two examples in the wild now of people who've attempted to send me a webmention by using the standard WordPress url for my "author" account: http://boffosocko.com/author/chrisaldrich/ rather than sending a "homepage webmention" directly to http://www.boffosocko.com/.

Unfortunately, it seems that the plugin doesn't accept these (I suspect they're treated like archive mentions) and they're not received as comments anywhere within the system. Is there a way to tweak these so that they show up as homepage webmentions instead (for single author sites)? How would this be handled on multi-author sites?

dshanske commented 6 years ago

I solved it by the setting in the Indieweb plugin that replaces the author post URL with the user URL. But point taken.

chrisaldrich commented 6 years ago

Also possibly related: Recent changes seem to be adding the word "Author" to the front of my displayed name on self-webmentions as well as elsewhere. I would suspect maybe a typo somewhere or possibly a missing closing tag on something? I'm not seeing anything immediately in the code for WM or SL that might be doing this though.

To my knowledge I haven't changed any direct meta data anywhere that would be causing such a change in my site to send this h-card data.

recent comments

dshanske commented 6 years ago

When it can't get a name, it would fall back on title tags. On an author page, that's often Author: Name

dshanske commented 5 years ago

Do we want to support pages for each individual author archive then?

pfefferle commented 5 years ago

it is not that easy... to be usable the replys should show up on the author pages...

dshanske commented 5 years ago

Well, my idea is that we create a 'hidden' post type to store these, as opposed to the current solution of designating a page. And then we can display them wherever we want.

pfefferle commented 5 years ago

we should think about how to display them first... otherwise it does not make sense to store them?!?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 5 days.