Provides framework for other plugins to advertise services via XRDS.
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.
This plugin follows the standard WordPress installation method:
xrds-simple
folder to the /wp-content/plugins/
directoryImplement the filter ‘xrds_simple’, and see the public functions at the top of the file.
Project maintined on github at diso/wordpress-xrds-simple.