Webmention.io: a hosted service created to easily receive webmentions on any web page
This project is an implementation of the Webmention and Pingback protocols. It allows the receiving service to be run separately from the blogging software or website environment, making it easier to manage and integrate with other services.
Say you have a statically-generated website using Jekyll or something similar, you can simply add the appropriate tags to this service, and now you have Webmention and Pingback enabled on your static site!
https://webmention.io/username/webmention" />
https://webmention.io/username/xmlrpc" />
The Webmention and Pingback protocols also support specifying the endpoint in the headers,
Link: <https://webmention.io/username/webmention>; rel="webmention"
X-Pingback: https://webmention.io/username/xmlrpc
Features
Accept Webmentions for any site by adding a simple html tag: http://webmention.io/username/webmention" />
Accept Pingbacks for any site by adding a simple html tag: http://webmention.io/username/xmlrpc" />
API to get a list of pages linking to your site or a specific page
If you want to receive Pingbacks on your site but don't want to deal with XMLRPC, then you can use this service to convert Pingbacks to Webmentions
https://github.com/aaronpk/webmention.io#api
https://webmention.io
https://webmention.io
This project is an implementation of the Webmention and Pingback protocols. It allows the receiving service to be run separately from the blogging software or website environment, making it easier to manage and integrate with other services.
Say you have a statically-generated website using Jekyll or something similar, you can simply add the appropriate tags to this service, and now you have Webmention and Pingback enabled on your static site!
https://webmention.io/username/webmention" />
https://webmention.io/username/xmlrpc" />
The Webmention and Pingback protocols also support specifying the endpoint in the headers,
Link: <https://webmention.io/username/webmention>; rel="webmention"
X-Pingback: https://webmention.io/username/xmlrpc
Features
Accept Webmentions for any site by adding a simple html tag: http://webmention.io/username/webmention" />
Accept Pingbacks for any site by adding a simple html tag: http://webmention.io/username/xmlrpc" />
API to get a list of pages linking to your site or a specific page
If you want to receive Pingbacks on your site but don't want to deal with XMLRPC, then you can use this service to convert Pingbacks to Webmentions
https://github.com/aaronpk/webmention.io#api
https://webmention.io
https://webmention.io
Just wanted to mention FYI this is part of the federated protocols. https://www.w3.org/TR/social-web-protocols/
ReplyDelete