Thanks to Recommendations, Ghost is accepting most/all Webmentions and storing them in the mentions
table of the database, but there doesn’t appear to be anyway to get them out (unless I’m missing something). Seems a terrible waste. Especially because, if you try to implement webmentions yourself, services will discover the endpoint and send webmentions to it, cutting you off from the mentions you’re receiving. You can work around it editing your theme files and putting an actual, usable endpoint above {{ghost_head}}
, but it’s a bummer you can’t just add it via code injection since that comes after.
Are there any plans to open webmentions up? Having access to them in the templates would be great but I’d even be happy with being able to make a custom JSON route if I could filter them down with query params or something per post/type/whatever.