NodeInfo(2) Plugin
NodeInfo and NodeInfo2 for WordPress!
NodeInfo is an effort to create a standardized way of exposing metadata about a server running one of the distributed social networks. The two key goals are being able to get better insights into the user base of distributed social networking and the ability to build tools that allow users to choose the best fitting software and server for their needs.
This plugin provides a barebone JSON file with basic “node”-informations. The file can be extended by other WordPress plugins, like OStatus, Diaspora or ActivityPub/Pterotype.
Installation
Follow the normal instructions for installing WordPress plugins.
Automatic Plugin Installation
To add a WordPress Plugin using the built-in plugin installer:
- Go to Plugins > Add New.
- Type “
nodeinfo
” into the Search Plugins box. - Find the WordPress Plugin you wish to install.
- Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
- Click Install Now to install the WordPress Plugin.
- The resulting installation screen will list the installation as successful or note any problems during the install.
- If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.
Manual Plugin Installation
There are a few cases when manually installing a WordPress Plugin is appropriate.
- If you wish to control the placement and the process of installing a WordPress Plugin.
- If your server does not permit automatic installation of a WordPress Plugin.
- If you want to try the latest development version.
Installation of a WordPress Plugin manually requires FTP familiarity and the awareness that you may put your site at risk if you install a WordPress Plugin incompatible with the current version or from an unreliable source.
Backup your site completely before proceeding.
To install a WordPress Plugin manually:
- Download your WordPress Plugin to your desktop.
- If downloaded as a zip archive, extract the Plugin folder to your desktop.
- With your FTP program, upload the Plugin folder to the
wp-content/plugins
folder in your WordPress directory online. - Go to Plugins screen and find the newly uploaded Plugin in the list.
- Click Activate to activate it.
Changelog
Project and support maintained on github at pfefferle/wordpress-nodeinfo.
2.3.1
2.3.0
- add nodeName, nodeDescription and nodeIcon to meta array
2.2.0
2.1.1
- load plugin on init, to keep up with changes on the ActivityPub side
2.1.0
- count only users that can “publish_posts”
2.0.0
- removed support for ServiceInfo, as it never caught on
1.0.8
- fix link to WordPress repository (props @jeherve)
- add generator object to metadata to link to plugin repository
1.0.7
- NodeInfo 2.1 protocols field has to be an array, not an object
1.0.6
- add autodiscovery link for nodeinfo 2.1
- fix some typos/copy&paste issues
1.0.5
- fix missing permission_callback issue
1.0.4
1.0.3
- added admin_email to metadata, to be able to “Manage your instance” on https://fediverse.network/manage/
1.0.2
- fixed JSON schema (thanks @hrefhref)
1.0.1
- use
home_url
insted of site_url
1.0.0