img
[转载]Avatars 读者墙插件
  • imgDiamond
  • 2021年11月22日
  • 评论 (0)

Avatars 读者墙插件

2017年01月09日

typecho的一款读者墙插件。支持本地缓存,以及CDN等功能,羽中近期更新。

Avatars_1.2.4.zip ( 4 KB, 下载次数: 2434, 最后修改: 2017-01-09 10:02 )

代码:

<?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/



相关文章

发表评论