Tuesday, August 19th, 2008 578 views
Introduction:
This plugin will automatic add links to technorati tags or your blog’s tags where the words in your post match the tags of that post.
The most greatest things is that the plugin will not actually change your posts’ content in order to add links, so it will not hurt your posts. If you don’t want to use this plugin, just deactive it, and all links the plugin generated will automatic disapper just like they automatic come out, then your blog will return to its original status.
Go to Settings->Tag to Link for more information.
Match Rules
Here are some rules when and how the convert take actions. These rules are *only effective* after version 0.5
- If you tagged a post ‘hello world’ ‘hello’ ‘world’ and the content of your post is ‘hello world, I’m coming’, then this plugin will add link to ‘hello’, ‘world’, but not ‘hello world’, because there are links already. The rule can be simplily called *Short Tag First*.
- If you tagged a post ‘hello world’ ‘hello’ ‘world’ and the content of your post is ‘bigworld, hellod, world’, then this plugin will add link to the last ‘world’, and no links will be added to ‘world’ of ‘bigworld’, or ‘hello’ of ‘hellod’.
System Requirment:
wordpress 2.5+
It hasnot been tested in old wordpress versions, so I don’t know whether it works just right with them. I suggest you update your wordpress, not because of this plugin, believe me, wordpress2.5+ is really great.
Installtion:
- Download the plugin
- Unachinve it
- Upload to wp-content/plugin/
- Login to plugin page and activate it
- Go to Settings->Tag to Link to change the default settings.
Download latest:
Automatic Tag to Link
Donate for this plugin (Paypal)
Thanks for your supporting! 
Posted in wordpress | 27 Comments »
Wednesday, August 13th, 2008 231 views
Introduction:
Most-Recenet-Visitors is a very simple wordpress plugin, which display latest visitors’s basic information(ip, referer url, target url, and the time) in sidebar widget. You can customize the widget’s title, and the number of visitors to show. Though the plugin will record the visitors’ information in your database, it uses very very little database space, so don’t worry about it.
Ye, it’s just a small toy.
System Requirment:
wordpress 2.5+
Your theme should support widgets.
It hasnot been tested in old wordpress versions, so I don’t know whether it works just right with them. I suggest you update your wordpress, not because of this plugin, believe me, wordpress2.5+ is really great.
Installtion:
- Download the plugin
- Unachinve it
- Upload to wp-content/plugin/
- Login to plugin page and activate it
- Go to Design->Widgets. Most Recent Visitors is already there
Download latest:
Most-Recent-Visitors
Donate for this plugin (Paypal)
Thanks for your supporting! 
Posted in wordpress | 14 Comments »
Monday, July 28th, 2008 857 views
Project Homepage
Welcome Visitors Projects
Chinese Version homepage
Introduciton
Welcome-visitor is a wordpress plugin, which will welcome visitors ( which come from others sites, eg:google search, yahoo! serach or your friends’ links), and ask them to bookmark your site or to subscribe your rss feed. It will help you to get more readers and more attentions!
System requirements
- wordpress2.3+
Installation
- Download the plugin
- Unachinve it
- Upload to wp-content/plugin/
- Login to plugin page and activate it
- Maybe you wanna change the default settings, then go to settings page, choose menu Welcome Visitor.
Usage
If you need to change the default display location, you can edit the welcome_visitor.php file, comment off the code
//add_action('wp_head','say_it');
and copy the code
to anywhere you want to insert. For example, you can insert the preview code after <body> tag in your theme’s index.php.
If you are using version1.00+, you can customize the welcome words. Here is the example.
Welcome friend from <strong> <a href="[REFERER_URL]">[RE_SITENAME]</a></strong>, if you are new here,
you may want to <strong> <a href="[RSS_ADDRESS]">[IMG]subscribe</a></strong> this site.
If someone search “semantic web notes” in Google, some of the results google return are about my blog, he/she click one of them, and visits my blog:http://www.kylogs.com/blog, then [REFERER_URL] is ‘www.google.com’, [RE_SITENAME] is ‘Google’, and [RSS_ADDRESS] is your blog’s rss address. label [IMG] display a small feed icon.
download latest
Donate for this plugin (Paypal)
change log
- 0.9 2008/7/27 first version
- 0.91 2008/7/28 0.9version will cause an error in Dashboard->incoming links area. It was fixed in 0.91
- 0.92 2008/7/30 fix some bugs
- 0.93 2008/7/31 fix a serious bug, add a small feed img
- 1.00 2008/8/1 now you can custome your own welcome words.
Posted in wordpress | 40 Comments »