Typecho Avatars 读者墙插件
typecho的一款读者墙插件。支持本地缓存,以及CDN等功能,羽中近期更新。
代码:
<?php Avatars_Plugin::output(); ?>
代码:
<?php if (isset($this->options->plugins['activated']['Avatars'])) : ?> <li id="reader"> <h3>Readers</h3> <ul> <li> <?php Avatars_Plugin::output('span','mostactive'); ?> </li> </ul> </li> <?php endif; ?>
作者:http://www.yzmb.me/archives/net/avatars-for-typecho
开发:https://github.com/jzwalk/Avatars/