2008年2月10日 01:21 pm
超凡博俗 WordPress MU 上安装的插件
这不是什么总结,也不是什么推荐,因为 WP 的插件安装完全取决于个人的写博需求和功能偏好。而且虽然有些WP插件能够使你的博客更好看,更多功能化,但太多的插件也会带来一定的副作用,如博客反应速度的下降、升级后的版本不兼容和生成网页里的不规范XHTML代码的增加。我是因为这几天正好为了一个自己 MU 博客里的登录讯息毛病而来整理WP插件,从而决定将自己这些个月来安装的插件罗列下来,以便将来更好地参考。
由于,我的博客平台使用的是WordPress MU 多用户版本,有些插件下载后不能立即使用,不得不做了一些修改。另外,由于MU上有两个不同安放插件的目录,你们在安装时也要区别对待。
先来说说我安装在/wp-content/mu-plugins 目录里的插件吧
这个 mu-plugins 目录里的插件是不会出现在各个博客后台的 插件 Plugin-ins 选项菜单里的,也就是说你不用激活启动,这些插件也会自动调用了。只适合于那些简单的插件,如不能有众多插件代码文件,而且不能将插件放在它自己的子目录里,必须将插件文件直接上传到 mu-plugins 的根目录下。当然,如果真需要上传一个单独的插件目录上去,请参考我以前的文章(生成一个单独的php文件来调用插件目录里的插件)来使用插件。放在 mu-plugins 目录里的插件基本上是MU博客站里全局化的插件,如 Akismet 这种防垃圾留言的插件,因为各个博客站都需要,上传到 mu-plugins 里也就省心了。
- AdSense Manager 2.5
Control and arrange your AdSense & Referral blocks on your WordPress blog. With Widget and inline post support, configurable colours. 作者:Martin Fitzpatrick.
这个插件我是用来插入Google Adsense 广告的。好处是通过 AdSense Manager 来 run time 调入广告,而不是一个个地插入实实在在的 Adsense 代码,方便我将来集中更改同一种类型的广告代码。 - Akismet 2.1.3
Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need a WordPress.com API key to use it. You can review the spam it catches under “Comments.” To show off your Akismet stats just put <?php akismet_counter(); ?> in your template. See also: WP Stats plugin. 作者:Matt Mullenweg.
这个就不用我多介绍,地球人都知道了吧。虽放在 mu-plugins 免启用激活,但各个仍需输入WordPress.com的验证码来使用。 - All in One SEO Pack 1.4.5.7
Out-of-the-box SEO for your WordPress blog. 作者:uberdose.
为每个帖子、页面生成 SEO 用的关键词,标题和简要。在 mu-plugins 里只需上传 all_in_one_seo_pack.php 这一个文件。 - Anarchy Media Player 2.0
Plays mp3, flv, mov, mp4, m4v, m4a, m4b, 3gp, avi, asf and wmv hypertext links directly on your webpage. Adds buttons to the post editor for embedding swf movies including Google Video etc. Edit all player options in Options > Anarchy 作者:An-archos.
为解决在MU里嵌入多媒体代码而使用的插件,放在 mu-plugins 里需生成一个调用php文件,详情见我另一文章。 - FeedBurner FeedSmith 2.3.1
Originally authored by Steve Smith, this plugin detects all ways to access your original WordPress feeds and redirects them to your FeedBurner feed so you can track every possible subscriber. 作者:FeedBurner.
主要是用来给RSS转向到 Feedburner 的。 - Filosofo Google Ad Sectioning 1.0
Uses Google’s section targeting to make the content of your Google ads more relevant. 作者:Austin Matzko.
配合AdSense Manager使用,可以在文章里自动生成 Google Section 代码而让 Adsense 准确锁定广告的相应关键词。 - Google XML Sitemaps 3.0.3
This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO. Configuration Page 作者:Arne Brachhold.
这个插件已经在上一篇文章里有了详细介绍了,就不罗嗦了。 - Simple Tags 1.3.8
Simple Tags : Extended Tagging for WordPress 2.3. Autocompletion, Suggested Tags, Tag Cloud Widgets, Related Posts, Mass edit tags ! 作者:Amaury BALMER.
非常方便的一个标签管理插件,在应用WP自带的标签功能上延伸不可缺的管理后台功能。 - WordPress.com Stats 1.1.1
Tracks views, post/page views, referrers, and clicks. Requires a WordPress.com API key. 作者:Andy Skelton.
主要是WP官方网站上一直在鼓吹,所以就用一用吧,可以结合 Google Analytics 一起来看看统计数据。 - Ultimate Google Analytics 1.6.0
Enable Google Analytics on your blog. Has options to also track external links, mailto links and links to downloads on your own site. Check http://www.oratransplant.nl/uga/#versions for version updates 作者:Wilfred van der Deijl.
非常方便,不用更改每个主题的页尾代码而将你的Google Analytics 代码自动嵌入到博客里,并且可以在管理员登陆时停止调用Analytics代码,很好。
下面是我难得改动代码,或者是只适合于部分博客,我就将插件安装在 /wp-content/plugins 里,需要到各个博客激活启用(Active)。
- LinkWorth 1.0b6
LinkWorth Easy Link Syndication 作者:Bytech.
有点像 Google Adsense,有 LinkWorth 的帐号才需要使用。 - wp-cache 2.1.2
Very fast cache module. It’s composed of several modules, this plugin can configure and manage the whole system. Once enabled, go to “Options” and select “WP-Cache”. 作者:Ricardo Galli Granada.
WP 缓存文件生成插件,号称可以提高网站访问速度,只是本人的不能看出太多区别。所以只在个别博客里开启。 - WordPress Thread Comment 1.3
wp thread comment allow user can reply comment and same comment On display. 允许用户回复某个特定的评论并集中显示相似评论 作者:偶爱偶家.
刚开始用,喜欢里面的回复留言发信功能。 - 中文 Dashboard 2.0
把 incomming links 改成 Technorati,把 Development Blog 改成 WordPress 中文团队博客,把 Other WordPress News 改成 WordPress 火星 作者:Denis.
WP 中文团队的水煮鱼制作,可以看到中文团队的火星计划文章,当然要支持一把。
另外,还有下面这些我测试过,但由于在 MU 里使用起来问题多多,先放到这,以后再慢慢研究了。
- CoolCode 3.4
Adds syntax highlighting and line number to your code, base on Text_Highlighter. 作者:andot.
可以生成漂亮的代码行,而且可以给特定的代码符上亮色,可惜不能在我的MU上调用。 - Drain Hole 2.0.16
A download management and monitoring plugin with statistics and file protection 作者:John Godley.
可以做下载中心的插件,但在MU上有小问题。 - Maintenance Mode
可以将网站维修的情况通知给访客,但造成WP MU的登陆讯息混乱,见这篇文章。
欢迎大家推荐给我好的插件!
标签关键词: plugins, WordPress MU
【前一篇】: 怎么在 WordPress MU 使用 XML Sitemap 插件 »
【后一篇】: 08三国演义 之 戏说微软 Microsfot并购雅虎 Yahoo! 第一回合 »

欢迎光临超凡工作室的中文网络日记【超凡博俗】之 IT 博客系列【数码人生】,由WebGuru[网络精灵]维护管理 Powered by 
wpbloger on 08 Mar 2008 at 9:06 am #
希望能有个具体的下载链接,找了好久,才找到了一部分
[Reply]
may on 22 Mar 2008 at 1:31 pm #
原来 mu也有这么多插件可用
火星了
得好好研究一下
[Reply]
WordPress MU插件资源飞龙收集 = 飞龙博客 飞龙在天 on 21 Dec 2008 at 2:05 am #
[...] 超凡博俗 WordPress MU 上安装的插件 http://lichao.net/weblog/web-development/blogging/96.html [...]
飞龙用在WordPress mu上的两个adsense插件 = 飞龙博客 飞龙在天 on 24 Dec 2008 at 9:48 pm #
[...] http://wordpress.org/extend/plugins/adsense-manager http://www.mutube.com/mu/adsense-manager-new-features-interim-update http://lichao.net/weblog/web-development/blogging/96.html [...]
WordPress MU插件资源 | First Principles on 08 Feb 2009 at 1:03 pm #
[...] 超凡博俗 WordPress MU 上安装的插件 http://lichao.net/weblog/web-development/blogging/96.html [...]
yeolan on 23 Feb 2009 at 8:37 am #
我的是wpmu,有没有发中文邮件不乱码的好办法啊。
[Reply]
yeolan on 24 Feb 2009 at 10:05 pm #
本来就是UTF-8。
[Reply]
站长日志 on 16 Mar 2009 at 11:12 am #
WordPress MU 上安装的插件…
这不是什么总结,也不是什么推荐,因为 WP 的插件安装完全取决于个人的写博需求和功能偏好。而且虽然有些WP插件能够使你的博客更好看,更多功能化,但太多的插件也会带来一定的副作用…
First-principles Blogs » Blog Archive » WordPress MU插件资源 on 25 May 2009 at 10:38 pm #
[...] 超凡博俗 WordPress MU 上安装的插件 http://lichao.net/weblog/web-development/blogging/96.html http://weblog.sunmtv.com所使用的一些MU 插件 http://wordpress.org.cn/thread-2749-1-10.html [...]
sikiş on 04 Mar 2010 at 10:19 am #
Album Gallery – multi category flash skin based photo gallery with powerful admin. I used it in my blog. There are so many different settings. You can adjust the color scheme for your blog as you wish. There are many different skins
[Reply]
蜕变 on 26 Mar 2010 at 12:20 am #
超凡博俗 WordPress MU 上安装的插件…
这不是什么总结,也不是什么推荐,因为 WP 的插件安装完全取决于个人的写博需求和功能偏好。而且虽然有些WP插件能够使你的博客更好看,更多功能化,但太多的插件也会带来一定的副作用,如博客反应 速度的下降、升级后的版本不兼容和生成网页里的不规范XHTML代码的增加。我是因为这几天正好为了一个自己 MU 博客里的登录讯息毛病而来整理WP插件,从而决定将自己这些个月来安装的插件罗列下来,以便将来更好地参考。 由于,我的博客平台使用的是WordPress MU 多用户版本,有些插件下载后不能立即使用,不得不做…
WordPress MU插件资源飞龙收集 | 蜕变 on 26 Mar 2010 at 4:45 am #
[...] 超凡博俗 WordPress MU 上安装的插件 http://lichao.net/weblog/web-development/blogging/96.html [...]
嘉兴网站建设 on 25 Apr 2010 at 10:14 pm #
这个与STYLE代码功能结合会更佳~
[Reply]
花心虫子 » Blog Archive » WordPress MU插件资料大全 on 25 May 2010 at 4:52 am #
[...] 超凡博俗 WordPress MU 上安装的插件 http://lichao.net/weblog/web-development/blogging/96.html [...]
freetao on 27 Jun 2010 at 9:31 am #
博主你好,请问你说的“如果真需要上传一个单独的插件目录上去,请参考我以前的文章(生成一个单独的php文件来调用插件目录里的插件)来使用插件。” 这个单独的php文件该怎么写呢?我找了很久,也没找到你说的那篇文章。麻烦你帮帮我好吗?
[Reply]
lv on 08 Jul 2010 at 3:13 am #
用UTF-8是不是好一点
[Reply]
好久不見 » 调教µ酱(二) on 02 May 2011 at 10:34 am #
[...] 相关文章: 十大WordPress MU管理员插件 超凡博俗WordPress MU上安装的插件 [...]
调教µ酱(二) - 好久不見 on 08 May 2011 at 12:44 am #
[...] 十大WordPress MU管理员插件 超凡博俗WordPress MU上安装的插件 這篇文章發表於06/01/2010 (星期三)在23:25,所屬分類為IT。 您可以通過RSS [...]
watches uk sale on 07 Nov 2011 at 12:41 am #
There are certainly numerous details like that to take into consideration. That could be a nice point to bring up. I provide the thoughts above as normal inspiration but clearly there are questions just like the one you carry up the place a very powerful factor will be working in sincere good faith. I don?t know if greatest practices have emerged round things like that, but I am certain that your job is clearly recognized as a fair game. Each girls and boys feel the impact of just a moment’s pleasure, for the remainder of their lives.Breitling Airwolf Watches
[Reply]
area rugs on 19 Nov 2011 at 1:50 am #
I really relate to that post. Thanks for the info.
[Reply]
Jonathon Armantrout on 14 Dec 2011 at 9:40 am #
What I find troublesome is to find a site that can captivate me for a minute however your site is different. Bravo.
[Reply]
Pete Northum on 03 Jan 2012 at 5:20 am #
iwonder
Keep up the good work/fight. By the way when I finished off my previous message with “I wonder” it wasn’t directed at you rather a figure of speach.
[Reply]
Matilda Keidong on 03 Jan 2012 at 11:15 am #
The information mentioned in the article are some of the best available ……
[Reply]
Nootropics on 23 Mar 2012 at 3:29 pm #
Great blog, I love your inventive and detailed work. Please keep up the posts and I will be back
[Reply]
Sac longchamp on 24 Apr 2012 at 1:39 am #
Howdy! I simply would like to give an enormous thumbs up for the good information you will have right here on this post. I shall be coming back to your weblog for extra soon.
[Reply]