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

No webmentions for /author/username

Open chrisaldrich opened this issue 7 years ago • 8 comments

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?

chrisaldrich avatar Jan 05 '18 00:01 chrisaldrich

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

dshanske avatar Jan 05 '18 05:01 dshanske

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

chrisaldrich avatar Jan 05 '18 19:01 chrisaldrich

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

dshanske avatar Jan 05 '18 20:01 dshanske

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

dshanske avatar Aug 04 '19 18:08 dshanske

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

pfefferle avatar Aug 04 '19 19:08 pfefferle

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.

dshanske avatar Aug 04 '19 20:08 dshanske

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

pfefferle avatar Aug 05 '19 09:08 pfefferle