-
Notifications
You must be signed in to change notification settings - Fork 40
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
How to send a webmention that is not explicitly a like, reply, or repost? #214
Comments
webmention.io is a service to receive (not send) webmentions, and does take some opinionated stances beyond the bare minimum webmention specification so that it is more useful to the people who use it on their websites. That said, it should accept a webmention from a source URL that has no microformats. It's possible that if you have some microformats but they are not well formed it might reject that. |
By "send" I mean I am posting to the webmention.io API when it is discovered on the target website. I will try "u-mention-of", which appears to be a default. |
Looks like that fails. I tried http://php.microformats.io/?url=https://www.jeremykun.com/fhe-in-production/ which produces https://gist.github.com/j2kun/759804379117a19c8375c6ef580febae I try to post a webmention to one of those links and get but webmention.io reports
|
Interesting. @aaronpk when wm.io does find mf2, does it only look for the target URL in the mf2 property values? This source doc has |
I just want to send a webmention that is a plain notification, without any special semantics associated with "liking", "bookmarking", or "replying." The webmention spec suggests this is the primary purpose, but when I try to send a vanilla webmention to webmention.io, I get errors complaining that various microformats are not implemented on the source website, and the only available microformats are "like", "reply", "repost" etc. with no simple "mention" option.
What should I do in this situation?
The text was updated successfully, but these errors were encountered: