pfefferle / wordpress-webfinger-for-posts
WebFinger legacy support.
Fund package maintenance!
pfefferle
Ko Fi
Liberapay
notiz.blog/donate
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6.0
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2022-02-01 13:04:49 UTC
README
The plugin was merged into the WebFinger plugin.
WebFinger for Posts
This plugin implements WebFinger web pages: http://tools.ietf.org/html/rfc7033#section-3.2
Suppose an application is defined to retrieve metadata information about a web page URL, such as author and copyright information. To retrieve that information, the client can utilize WebFinger to issue a query for the specific URL.
This plugin requires the WebFinger plugin (version >= 3.0.0).
Thanks to @willnorris for the idea!