分类目录

star-ganalytics: Add Google Analytics into the WordPress

Name: star-ganalytics

Simplest Google Analytics plugin. Add Google Analytics into the WordPress.

Semi-green software. Only one field _star_ganalytics_key is added into the table wp_options, there is no garbage in the database when you do uninstallation.

简单的谷歌分析插件。

插件下载:Plugin download

Revision: 0.1 – initial version.

Howto: 如何创建和发布自己的WordPress插件

发布插件到官网。当插件更新时,每个安装插件的博客就可以自动更新了。 [...]

wp-codec-cn: Encode / decode the posts and comments

Name / 名称: wp-codec-cn

Description / 描述: Encode / decode the posts and comments with one of the following algorithms: base64, phpjsrsa, rune word etc. 将博客的文章和评论进行编解码,避免G*F*W截获关键词。

插件下载:Plugin download

Principle / 原理: 服务端 WordPress:PHP 编码 客户端:JS 解码 插件:将编解码方法加入 WordPress

Refer to / 参考:

http://secret.moumentei.com/

http://jquery.com/

http://www.webtoolkit.info/

BTW: You could change the JS lib to your fastest [...]