-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original post discovery: support for rel=alternate type=application/mf2+json #1569
Comments
Hmm, good idea! Right now we only support separate feeds with Not a priority for me personally right now, but this would be a pretty reasonable first project if you want to contribute. Dev docs at https://bridgy.readthedocs.io/ , code for this would go somewhere around: bridgy/original_post_discovery.py Lines 322 to 348 in 6d5b0cb
|
Thx @snarfed - unfortunately, am no dev, just an "advanced user", so wouldn't even try to mess with the code... |
Np, we can keep it open! |
I have another option we use in our Webmention plugin using the WordPress rest api... but someone would still need to implement. |
OK, been playing with various plugins all day long, including Webmention, from various Fediverse apps... |
This would be very handy as I haven't figured out a good way to get bridgy to read my wordpress feed. Might have a go at adding mf2+json support |
Hi,
Been playing with the various IndieWeb and syndication features for WordPress today.
As it seems the old “Microformats2” plugin is not maintained anymore (doesn’t seem to work nice with the Twenty Twenty-Three theme anyway), I’m testing the MF2 Feeds plugin instead.
From the description: "Provides a Microformats2 JSON “Feed” for every WordPress URL, and helps to allow other sites to get pre-parsed Microformats-JSON even if the theme does not support Microformats2."
It generates these alternate links for posts:
<link rel="alternate" type="application/mf2+json" href="https://domain/sample-post/feed/mf2/" />
<link rel="alternate" type="application/jf2+json" href="https://domain/sample-post/feed/jf2/" />
But, they're not supported for discovery (so far, it seems) as alternate means to check for microformats in a post.
=> when I test a preview to publish on Mastodon, I get errors such as "Mastodon doesn't support type(s) h-cite, or no content was found." or "No h-entry found" (on a https://indiewebify.me/validate-h-entry/ test)
The text was updated successfully, but these errors were encountered: