XRDS-Simple
Provides framework for other plugins to advertise services via XRDS.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 532 days ago • 1 reviews
Is XRDS-Simple abandoned?
Possibly abandoned (last update 532 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
XRDS-Simple is a profile of XRDS, a service discovery protocol which used in the OpenID authentication specification as well as OAuth. This plugin provides a generic framework to allow other plugins to contribute their own service endpoints to be included in the XRDS service document for the domain.
Installation
This plugin follows the standard WordPress installation method:
- Upload the
xrds-simplefolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
Implement the filter ‘xrds_simple’, and see the public functions at the top of the file.
Review feed
Screenshots
Changelog
Project maintined on github at diso/wordpress-xrds-simple.
version 1.2.1 (Feb 19, 2018)
- compatibility update
version 1.2 (Jul 17, 2015)
- allow ‘xri://$xrds*simple’ Type to be filtered out
- check if $_SERVER[‘HTTP_ACCEPT’] exist to avoid notice that break the xrds file
version 1.1 (Nov 16, 2012)
- fix various PHP and WordPress errors and warnings
- add ability to fetch plain text XRDS document (mainly for debugging. see example)
version 1.0 (Oct 7, 2008)
- initial public release