Openname
Openname
Description
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:
Installation
- Upload
opennamedirectory 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(); ?>