95363
results for "wordpress"
-
Yes, that’s similar to my previous approach, but I want first-class Webmentions support when enabled
[asuh]
at
2025-09-09 21:47
-
and https://github.com/pfefferle/autonomie/blob/5aa70a5df068662d78180465a38644a0cf54c9fd/functions.php#L469
[pfefferle]
at
2025-09-09 21:46
-
works perfect with webmentions
[pfefferle]
at
2025-09-09 21:45
-
this is how I did it: https://github.com/pfefferle/autonomie/blob/master/comments.php
[pfefferle]
at
2025-09-09 21:45
-
*outsource it
[asuh]
at
2025-09-09 21:45
-
I’ve manually added MF2 to everything in my theme, yes, but I have to also manually do this for comments (or rather, outsource is to Webmentions and build upon that
[asuh]
at
2025-09-09 21:45
-
so either your theme already has built in support for mf2, then classic comments will be marked up properly and we would only have to add the special cases for Webmentions (like likes, shares, bookmarks
[pfefferle]
at
2025-09-09 21:44
-
In my own theme development, I’m trying to have full support of MF2 by default, and I’m supporting the classic comments code if someone doesn’t want the Webmentions plugin, but I want the comments to use MF2 if enabled
[asuh]
at
2025-09-09 21:44
-
the problem is, that the comment walker is ONLY about the comments section
[pfefferle]
at
2025-09-09 21:43
-
Ah, I didn’t think about this. Webmentions, and well the Comment Walker itself, does not have a theme Microformats2 support in mind, so it’s relying on the classic code for that reason. That wasn’t clear to me but it makes sense in context
[asuh]
at
2025-09-09 21:43