Linux 软件免费装

Openname

开发者 larz3
更新时间 2015年3月4日 19:40
PHP版本: 4.1 及以上
WordPress版本: 4.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

avatar openname

下载

1.0

详情介绍:

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

安装:

  1. Upload openname directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. 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(); ?>