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 »
Sunday, August 3rd, 2008 26 views
插件主页的中文版本
WordPress插件:欢迎新用户 英文版本主页
介绍
插件的功能非常简单,但有访问者从别的站点连接到自己blog上时,页面会有一个小提示,欢迎用户的到来,并且问他是否愿意订阅本blog。
可以在WordPress管理后台->Settings(选项)处自定义feed地址,自定义欢迎语的内容和欢迎界面的外观。
WordPress版本要求:
WordPress2.5以上能正常运行,2.5以下的版本不做保证。
安装方法:
- 下载本插件
- 解压缩
- 将目录welcome-visitors拷贝到 /wp-content/plugins 下面
- 在后台激活即可
- 在Settings菜单下的Welcome Visitor子菜单可以对插件进行一些个性化
更多使用方法:
如果需要改变欢迎语言的显示位置,可以编辑文件welcome_visitor.php 将以下代码注释掉:
//add_action('wp_head','say_it');
然后将以下代码拷贝到要显示的位置即可。
1.00以后的版本,还可以自定义欢迎语言,比如:
欢迎来自于 <strong> <a href="[REFERER_URL]">[RE_SITENAME]</a></strong>的朋友,如果您喜欢这个站点,你可以订阅 <strong> <a href="[RSS_ADDRESS]">[IMG]subscribe</a></strong>它。
下面介绍下各个标记的意思,如果有人从googlev.com搜索到我的blog,http://www.kylogs.com/blog, 那么 [REFERER_URL] 就是 ‘www.google.com’, [RE_SITENAME] 就是 ‘Google’. [RSS_ADDRESS] blog的 rss 地址. [IMG] 显示一个feed小图标.
下载地址:
您可以在这里下载到最近版本的插件,在这里下载到中文提示语的插件。其实两者的差别就在于欢迎语言的分别,但是由于欢迎语言可以在后台自定义,所以推荐您去这里下载能够获得最新的版本。由于最近在实验室任务繁重,我并没有很多时间去维护,也没有时间去将其国际化,由此带来的不便很抱歉。
Posted in wordpress | 12 Comments »
Monday, July 28th, 2008 858 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 »