95365
results for "wordpress"
-
If someone doesn’t use Webmentions plugin, it’ll fallback to classic comment code, but I could manually support MF2 in the theme even if Webmentions isn’t installed, I just had to draw a line somewhere
[asuh]
at
2025-09-09 21:48
-
https://github.com/pfefferle/autonomie/blob/master/includes/semantics.php
[pfefferle]
at
2025-09-09 21:48
-
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