又一款typecho点赞插件AnotherLike
Another typecho like plugin AnotherLike
Clone这个仓库到 {typecho目录}/usr/plugins
Clone this repository to {typecho}/usr/plugins
重命名为AnotherLike
(区分大小写)
rename it to AnotherLike
(case sensitive)
在admin平台中启用插件
Launch the plugin in admin.
单个文章点赞
<?php AnotherLike_Plugin::theLike(); ?>
输出点赞数最多的文章
<?php AnotherLike_Plugin::theMostLiked(); ?>