Allows users to use Openname Avatars for the Wordpress Avatar and add Openname data
to Wordpress themes.
Openname is a blockchain-based (the technology behind Bitcoin), decentralized
identity system.
Your Wordpress avatar will be kept in sync (with a short delay) with your Openname
Avatar.
For more information visit:
Openname
- Upload
openname
directory to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Visit your user profile page, add your Openname and enable your Openname avatar.
You can add Openname information to your theme as follows:
<?php $person = Openname("larry"); // load the Openname echo $person->name_formatted(); ?>