plugins: list my wordpress plugins exists
Posted on May 1, 2007
Filed Under plugins, wishlist |
Excellent news folks, my wish for a plugin to list all plugins used on a WordPress blog has come true.
Vipers plugins used provides just this, a plugin to list on our public blog details of the plugins we use in a blog. Widespread use of this plugin would have two great benefits to the WP community.
Developer recognition
Firstly, it rewards successful plugin developers with much needed link love, making them easier to find, and helping them to buy the odd Google Ads funded beer as reward.
Blogger convenience
Secondly, the links make it easier for me to see which plugin a blog I admire uses, helping me to raise the standard of my own blog. This is the ultimate convenience for bloggers looking for new functionality.
Both of these factors should drive more extensive use of good plugins, and drive development of successful plugins. Raising the issue of link-love rears the spectre of sponsored links perhaps, but valid link-love makes the web go round, so I’m comfortable with it.
The developer has stated an intention to make the installation of the plugin more straightforward, which it will need to be to gain mass adoption - at the moment it requires a pretty detailed installation guide.
Quick installation
I’ve simplified the install somewhat, for one specific use, which works for me. Simply upload to your plugins folder as usual, activate, and add the following line to your sidebar to add an unordered list of your plugins used:
<?php $viperspluginsused = new viperspluginsused(); $viperspluginsused->output_list(); ?>
This doesn’t bring all the power of the plugin out, but it gets the core into your blog quickly and painlessly. My list:
- Add Meta Tags v1.2 by George Notaras
- Comment Analysis v2.1 by Mark Styles
- Google Sitemaps v2.7.1 by Arne Brachhold
- LinkLove v0.2 by Andrew Timberlake
- Popularity Contest v1.2.1 by Alex King
- Show Top Commentators v1.03 by Nate Sanden
- Sidebar Widgets v1.2.1.20070210b by Automattic, Inc.
- Subscribe To Comments v2.1 by Mark Jaquith
- Twitter Tools v1.0b3 by Alex King
- Ultimate Tag Warrior v3.14159265 by Christine Davis
- Viper’s Plugins Used v1.12 by Viper007Bond
- WP-Vidavee v0.13b by Joel Gilley
- del.icio.us widget v1.0 by Automattic, Inc.
- inlineRSS v1.1 by Cal Demaine
- touch this v0.01 by Steve Wordpressguy
- wp-cache v2.1.1 by Ricardo Galli Granada
You can see the live plugin generated list for this blog on the About page. I found the plugin via Marco Luthe.
Comments
4 Responses to “plugins: list my wordpress plugins exists”
Leave a Reply




[...] first came across this plugin via Steve (author of wordpressguy.com) who was so friendly to put a link back to my [...]
Hi Steve,
thanks for putting that link back to my website here!
Nice one Steve! There’s a couple of on there that I hadn’t heard of before - so expect top commentators to appear on my main blog at the least!
Great find and cool list. Off to check out some of them now.