本插件已经取得原作者的允许,即将作为一个新的插件将WordPrss官方发布上传。高兴,感谢原作者martin。此插件是在原有的基础上加入加中文关键词的链接。主要面向所有的中文wordpress用户。
插件发布
Plugin Name » WP Keyword Link
Authore » 柳城博客
Author Homepage » http://liucheng.name/
Plugin Homepage » http://liucheng.name/789/
Original Contributors: martin
Original Url » http://www.dijksterhuis.org/wordpress-plugins/keyword-link-plugin/
WordPress Url » http://wordpress.org/extend/plugins/rejected-wp-keyword-link-rejected/
New Version » v1.0.0
Download» 记得要评分哦^_^
Description: A SEO plugin that helps you to automatically link keywords to articles.| 为你的wordpress博客添加关键词的链接,更多的内链和外链,更好的SEO! 给文章加上内部链接有利于增加搜索引擎收录。完美支持中英文关键词。
You can decided for each link if you would like to:
- * Add a "No Follow"
- * Match only on the first mention
- * Open a new window on clicking the link
- * Match any case (ignore case) in the keyword
- * Apply the link also to your posts comment section
- * Now it also work for Chinese Keyword.
- * Multi-language support
- * <strong>Auto change Post tags to Keyword (New)</strong>, You can choose turn on or turn off.
- * 完美支持中文关键词链接,分别区分英文与中文关键词
- * 对每个关键词进行细节设置(如: 是否匹配多个? 是否匹配评论? 外链还是内链? 是否匹分大小写? 是否新窗口打开等)
- * 修正编辑中文关键词时乱码问题
- * 解决替换关键词已有链接的问题.文章中已有的链接将不会匹配.
- * 解决与WordPress Wiki插件的冲突问题。
- * 加入多语言支持。
- * <strong>自动把文章的标签转换为关键词(新)</strong>。 你可以选择开启或关闭.
安装方法:
1,到插件主页下载。
2,解压后上传到wp-contnet/plugins/
3,在后台启用。
4,或是直接在后台 插件/添加新插件 搜索 wp keyword link
Help
The Keyword link plugin searches the contents of each of your posts for the above listed keywords. Each keyword found is automatically linked to the link you have specified. For each link you can also specify the following options:
- No Follow - This adds a rel='no follow' to the link.
- First Match Only - Only replace the first match of the word, ignore further mentions.
- New Window - This adds a target='_blank' to the link, forcing a new browser window on clicking.
- Ignore Case - "Google", "google" and "gooGLE" are all fine.
- Is affiliate - Allows you to tell your visitors that the link is an affiliate.
- Filter in comments - Also replace this keyword in post comments.
Each link created by the plugin is contained in an <span class='wp_keywordlink'> .. </span> wrapper. This allows you to modify the links by adding a style to your themes style.css file.
Affiliate links work a little different, they use <span class='wp_keywordlink_affiliate'> .. </span> allowing you to differentiate those paid for links from your internal links.
Example style.css:
.wp_keywordlink { text-decoration: underline; }
.wp_keywordlink_affiliate { font-weight: bold; }
帮助文档
这是一个添加关键词链接的插件,根据你添加的关键词和链接,自动搜索匹配文章里的关键词,并加上链接。每一个关键词的链接, 提供一些选项设置,详细解释如下:
- No Follow - 在链接加多一个属性:rel='no follow' ,使用Nofollow属性让搜索引擎不要抓取并追踪此链接.
- First Match Only - 仅仅匹配第一个关键词, 建议勾上.
- New Window - 在链接加上 target='_blank'的属性, 在新窗口打开.
- Ignore Case - 不匹分大小写,如"Google", "google" 或者 "gooGLE" 都会匹配到.英文关键词有效(不推荐使用)
- Is affiliate - 勾上表示内链,同外链区分,这里要添加下面提到的CSS样式。
- Filter in comments - 勾上匹配替换评论区里的关键词.
- *For zh_CN - 勾上支持中文关键词. 英文关键词不推荐勾上。
- 每一个链接都会加上CSS样式,如: <span class='wp_keywordlink'> .. </span> 。 你可以把下面的CSS加到博客原来的CSS样式表中.
内链跟外链是有区别的, 内链的CSS用 <span class='wp_keywordlink_affiliate'> .. </span> 你也可以根据你的需要更改。
Example style.css:
.wp_keywordlink { text-decoration: underline; }
.wp_keywordlink_affiliate { font-weight: bold; }
有任何问题,请联系 柳城博客,please Contact zhenglc,Email:i@liucheng.name
--------------------------
FAQs
1,自动把文章的标签当作关键词
默认的参数是:不区分大小写,新窗口打开,自动区分中英文,自动匹配1个到2个关键词,内链。






哇厉害哦~可以共享到WP主页了 我也下一个用用~
[回复]
还没发呢。呵呵。已经向WP发了申请。等待通过...
[回复]
等于几天。终于发布了。哈哈。
[回复]
不錯不錯
你該出名了 哈哈
[回复]
市场比较小了。呵。出不了名的。
[回复]
你的这个是:文章只要出现 链接中提到的 文字 就会自动加上链接是不??
[回复]
是啊.你自已添加要加上链接的关键词.
内链,外链都可以.
[回复]
支持支持啊,高手~~
[回复]
真的是高手。。。我要向你学习才是
[回复]
不高了。又不是我原创的。
[回复]
麻烦问一下,CSS里具体怎么修改?
为什么我在装了插件激活以后,文章没有变化呢
请介绍具体一点哦,谢谢
[回复]
在帮助文档那里已经说得很清楚了吧。把这两句
.wp_keywordlink { text-decoration: underline; }
.wp_keywordlink_affiliate { font-weight: bold; }
加到你的CSS文件。
[回复]
随便加到什么地方都可以吧,我对代码不懂的
[回复]
是的。加在最后就行了。
[回复]
麻烦你加下我QQ,51372730
还是没有弄好啊,都设置完了,文章还是没有内链
[回复]
老大,插件出问题了,我已经发了邮件给你了
麻烦帮看看
[回复]
持续关注先
[回复]
这个插件不错。能否参照simple link的形式做一个?simple link在wp2.8下失效。
[回复]
没用过simple link,有空再来研究一下.谢谢提醒.
[回复]
不过,你可以去叫原作者更新啊.这样可能更快.
[回复]
First Match Only – 仅仅匹配第一个关键词
这个能否做成能够选择匹配N个,后台能设置多少个呢
毕竟一个好像有点少了啊,全部可能又太多
[回复]
一个才刚好嘛。你想匹配N个啊。那就先留着这个建议吧。看情况允许加进去也是可以的。
[回复]
我之前使用过个其他英文的插件,不支持中文的,后台就能设置匹配多少个
觉得这样比较灵活
[回复]
多一个要填的框,添加关键词时总是会觉得很麻烦的...如果不勾上默认匹配为3个,而不是全部.这个值能接受么??
[回复]
您好,我用了你的插件,请问在哪里设置或者添加关键字,谢谢,插件启动后没看到哪里显示。
[回复]
在后台的侧边栏没有嘛??没有一个是wp keywordlink??你用的WP版本是多少?
[回复]
没有,有这个插件,但是没有设置关键字的地方啊,只有一个停用,和启用,删除,这个三个字,我用的是2.8.3版本的,而且我还发现一个问题,如果我开启了这个插件,我一起设置的固定链接转换拼音的插件就失效。谢谢
[回复]
2.8.3版本就不是太清楚了。还没在这个版本测试过。那我有空再测试一下。插件冲突问题嘛,也随便会看看
[回复]
已经更新。不知你用的拼音插件是哪个??你再测试一下。不一定是我这个插件的问题呢。
[回复]
好的,我从新下载试试,我拼音插件是PinYin Slug
[回复]
又测试了一下,还是老问题,还是找不到设置关键字的地方,而且整个博客以前被转换为拼音的文章地址全部都返回到没转换前,好像是冲突。
[回复]
我测试过了。一点问题都没有。你现在去后台更新最新版本吧。0.8.3
[回复]
我就是刚才发那个回复时下载的新版本,是不是我装哪个拼音插件的问题啊。我拼音插件是PinYin Slug
[回复]
确认你是不是更新到0.8.3。我就是下了PinYin Slugg来测试。没发现有问题。两个插件都可以用。
我的是2.8.3最新版本的,我再装了试试
重新装了一词,这个关键字插件能用了,也能设置关键字,很喜欢但是拼音插件不能用了,转换不了,看了直能舍弃一个了。
所有的插件都试用了一边,一旦把这个插件开启,拼音插件就不起效。拼音PinYin Slugg
1。0的
我使用SEO Smart Link插件,不知道跟你这个插件相比较,哪个更好一些。
[回复]
我装来看了一下。各有千秋。那当然是我的比较好用了,呵。怎么说也是中文的嘛。
[回复]
这个如果写日志的时候添加了新关键字就可以自动转换成链接就好了,就是不用手动再添加要转换的关键字
[回复]
能自动添加关键词链接的插件也挺多的啊...你去找找吧.这款是手动添加,也是一个特色啊. 各有所需嘛
[回复]
嘿嘿。更新了,加入了自动把标签当作关键词的功通。在后台选择开启。 :lol:
[回复]
真是太强大了!哟西 :qiang: :huaix:
[回复]
:qiang: 强烈支持好插件呀,就是不知能不能开发 “翻页” 和 “重复”处理功能。
我现在加了11条了,还没有翻页,要是以后加到1000条。。后果很严重哦,重复处理就是 数据加多了难免会加到重复的,比如关键字或网址,都有可能重复,所以能不能开发个,关键词不能重复,网址可以重复的?遇到重复的关键词则不记录或提示有重复的功能?
[回复]
重复的关键词的确是不能加的啊~~~关键词不能重复,网址可以重复的。这个早就是了~~翻页的话,那就以后更新时考虑上吧。谢谢你的建议~
[回复]
期待ING :gz: ,感谢提供这么好的插件 :qiang: ,如果是分页的话,能提供关键词搜索 和 可自定义设置分类数量就更人性化了哈 :qq:
还有个问题想请教一下,假设我现在加了“柳城”和“柳城博客”这2个关键词,分别指向"http://www.liucheng.name" 和 “http://www.liucheng.name/?p=789”,那么,当我的文章页面出来 “柳城博客” 这个词时,显示的是哪个地址?系统是先读取“柳城”还是先读取“柳城博客”呢?或者 优先顺序 是根据后台加的序号来定的吗? :ws:
[回复]
那个先加,就先那个~~
[回复]
已经更新了~~加入分页和搜索功能哦 :lol:
[回复]
哈哈,升级了 :qq: 非常感谢! :xs:
[回复]
:qq: 上面那个心的表情发错了哈,我以为不是动态的
[回复]
找了好久,都没好用的,希望这个可以! 最好能自动把所有的tag都自动带上链接,不要手动去输入,那就好了
[回复]
虽然说手动输入是这个插件的特点。不过你这个想法也是好的~~我会考虑加多一个选项,让需要的人可以把tag都自动带上链接。
[回复]
是应该要自动加,呵呵 手动多累呀! :lol:
[回复]
嘿嘿。更新了,加入了自动把标签当作关键词的功通。在后台选择开启。 :lol:
[回复]
谢谢博主的无私奉献,正需要呢。
[回复]
我用了以后,怎么没有看到内文之间有链接的?郁闷,要修改css什么的,不会啊。急晕了
[回复]
也可以不用修改的嘛。哈哈
[回复]
Hello
Thank you for creating this plugin.
I had been looking for this kind of plugin for a long time. I am using it on my blog running WordPress 2.8.4. All is working fine except that keywords that is in image alt attributes gets hyperlinked too. This makes the image alt look ugly.
Do you know what is causing this or is it intended to be that way where keywords will get hyperlinked no matter where they appear? If possible, can you tell me how I can modify the plugin so that keywords in image alt attributes does not get hyperlinked?
Thanks in advance for your help.
Regards,
Rezdwan Hamid
[回复]
Hi,
This is the problem when use english keyword. I will try to fix it in next update. Thanks for you advice.
[回复]
But when I test, I did not find this problem. Maybe you can give me a url, so i can test and fix it. Thanks
[回复]
Hello
Thank you for the prompt reply.
Currently, I am using the version 0.9.2 of your plugin. This has not fixed the problems that I have above. Instead, only the first 2 or 3 occurrence of the keyword is hyperlinked (including those in the image alt attributes).
Right now, I am getting my blog ready for launch. When I have launched my blog (and if the problem still persist), I will give you a link to one of my blog post to show you what it looks like. You can then see where the problem is.
Anyway, thank you for helping me with this plugin. I really appreciate it.
Regards,
Rezdwan Hamid
[回复]
Hi,
You can post a link here,that I can see what the problem it is, and fix it.
[回复]
I just updated to 1.0.0, that would be no problem now. please test it.
[回复]
Hello
Thank you for your reply.
I am sorry for not keeping you updated regarding how I am doing with your plugin. Actually, I am using a commercial plugin now and no longer using your plugin.
Nonetheless, thank you for all the help that you have given me. At the same time, I would like to congratulate you on the latest version of your plugin.
Good luck and have a nice day! :qiang:
Regards,
Rezdwan Hamid
[回复]
已经装上了这个插件,试用一下看看~
[回复]
嘿嘿。这个插件,我非常喜欢。高PR的内页都有这个的一份功劳啊
[回复]
Very good! Thanks for reply me !
[回复]
这东西实在太好了。
[回复]
支持一下,回头我去试试。
[回复]
这个插件不会根据文章的标签自动设置链接吗?就像Simple Tags的Auto Link功能一样?? :qiang:
[回复]
你没看清楚?? 最新版本已经支持了。在后台自行开启。手支与自动都兼顾。 :lol:
[回复]
Wonderful plugin, this is a perfect base for a acronym plugin. I will check if i can add a acronym function.
Is in future planned to add a acronym feature? If yes, this plugin will be really the best because it has already a in/export feature. If you wish i can send you a german translation.
[回复]
Hi,
I love to have a german translation, and thanks for you hard work.
About the the acronym function, you mean 'acronym' tags? But this tags didnot support in html5.
[回复]
1. You're right, i see. The "acronym" tag will really not support in HTML5 anymore. The alternativ was the "abbr" tag now. But this is not important for the acronym plugin function.
A acronym plugin searching like yours to the specific keywords and add them a "a", "span", "acronym" or "abbr" tag with an "title=" attribute which can have a custom text.
At the moment your plugin only links keywords, but with a acronym feature the user can add a text in a textfield and if a visitor hover then over a link, its appears the custom text.
If hope you can add thuch function as option to your plugin.
2. Another feature can be the idea to set more then one keywords to a link. So that "google", "gooooogle", "gogle" all linking the same url. (www.google.com)
3. At last here was the german translation:
http://rapidshare.com/files/288836769/wp_keywordlink-de_DE.zip.html
Some text like the in/export and the table was not translated. I hope you can add localization posibility ( _e() ) for this lines in the next update.
I hope you can understand what i wrote. My german to english is not very well. In other way it's perfect.
[回复]
1, I can add a "title=keyword". if a visitor hover then over a link, its appears the "keyword" text. "Custome" text is not necessary or important;
2, This idea is interested, but its hardy.
3, I will add _e() in next update, with your german translation. Thanks again.
[回复]
Super, nice. Thank you.
[回复]
I think custome text is importent if a webmaster will explain the user with a hovering over a link what this link means. But, no problem. I already found out to combine acronyms with your plugin. But i think, a plugin what both functions comines will be better.
[回复]
OK~ I just finish this function, and update it tonight in Beijing time. Thanks for your suggestion. :ws:
[回复]
又更新了呀。
[回复]
更新绝对是好事哦.呵呵
[回复]
方便的话,最好每次更新的时候同时更新一下这篇日志。说明一下哪天都更新了哪里...嘿。
[回复]
哈哈.在官方的发布页面是有的啊.你不看而已吧. 升级之前都可以看看的啊. :tx:
能不能收到邮件??搬了后发邮件的失灵了
[回复]
You are really the best. Your plugin now have a acronym function. Thanks.
If you wan't one more idea for your plugin. It's your chosse to add them or not.
Global Options
If no options on a keyword set, the plugin use the global options who can setup in the plugin menu. So, it's no need to click all checkboxes for same options again and again.
But for my personal use i'm really happy. I've changed the replace code with a litte modification so it will work with a tooltip script from Walter Zorn. And a confirm dialog via javascript.
If i found more ideas for you, i will send them. At the moment i'm really happy with your modification of your plugin.
[回复]
Global Options is a good idea, I can't believe I did't realize that before. Thanks very much.
[回复]
I've send you a mail.
[回复]
不错!用上了,一直在找这个,超级好用的功能.
如果再能够加入排除某个关键词不加连接,那这个就完美了.
绝大部份是使用自动加的,不过对于一部份我们还是不愿意加上去,那就手动排除.哈哈
[回复]
不知是你没明白.还是我没明白呢~ :yiw:
你要排除某个关键词不加连接,那不添加这个关键词就行了.
[回复]
Warning: krsort() expects parameter 1 to be array, string given in jingjixue.info/public_html/wp-content/plugins/rejected-wp-keyword-link-rejected/wp_keywordlink.php on line 536,每次都出现这个提示,不知道为什么。我之前用过alinks,不过已经从phpmyadmin把所有相关的数据都删除了啊 :dk:
[回复]
有这回事~~ 我查查~~
[回复]
还有想问下,自动把文章的标签转换为关键词,这个怎么开启啊,偶比较笨,怎么都找不到。
[回复]
这么明显你都看不到。不会吧。你再去后台看看。 :gg:
[回复]
汗,看到了。不过我前面说的那个问题依然存在,没办法安装这个插件。
[回复]
这样大摇大摆地贴出email地址不怕垃圾邮件骚扰么。。。
[回复]
怕啥.. 垃圾邮件见多了..
[回复]
呵呵,不过我请教博主一个问题
我的小博用你的插件之后,以前的文章文本都变成了粗体了啊
禁用之后就恢复成一本文本了
请教博主啊
[回复]
你开了之后看我看个例子。我看看是什么原因。
[回复]
我日
这次又好了
再出问题的时候我截图给你吧
[回复]
wp_keywordlink.php 文件第14行define('WP_KEYWORDLINK_OPTION','wp_keywordlinkoption'); 为什么不直接用 define('WP_KEYWORDLINK_OPTION',get_option('wp_keywordlinkoption'));
其他都OK 就是这个wp_keywordlinkoption 在文件中没有被 get_option('wp_keywordlinkoption')过
所以用clean options等插件搜索沉余(孤立,过期)选项的时候就会在沉余(孤立,过期)列表里了.
[回复]
哈哈。有这回事~ 有空我也来测试一下~~ :bq:
[回复]
我不是针对你这个插件。
发现很多插件和主题都有此问题。
我觉得开发插件主题等的时候要注意与其他插件和主题的兼容问题和跨浏览器跨平台兼容问题,比如jQuery和其他框架发生冲突的问题其实编写的时候注意一下就不会出现。
以上只是个人观点,我自己有点完美主义,所以不用太在意。
只是想互相交流,互相学习。
[回复]
说得很多啊。是要考虑的。但你没办法知道所有的问题啊。 所以开源的好处就是让更多人来帮你发现问题嘛。
[回复]
在中国来说开源就等于会被抄袭或。。。。。。
这个暂且不谈,要是面向中国的用户开源也没多大用处,因为大多数还是菜鸟(我也是像飞的菜鸟)。
头疼的问题。。。。。。
[回复]
那是.不过也不是什么大不了的代码.. 要抄就抄去吧.
用得人多了,总是会反馈一些问题的~
你说改为define('WP_KEYWORDLINK_OPTION',get_option('wp_keywordlinkoption'));
想了想,还是不大妥当.那update_option怎么办?
[回复]
那直接不要定义
define('WP_KEYWORDLINK_OPTION','wp_keywordlinkoption');
然后把
get_option('WP_KEYWORDLINK_OPTION'));
update_option('WP_KEYWORDLINK_OPTION'));
等都替换成
get_option('wp_keywordlinkoption'));
update_option('wp_keywordlinkoption'));
[回复]
还有
wp_tags2keywordoption
[回复]
:shl: 好插件,谢谢博客的分享
[回复]
赞一个,找了好久这类型的中文插件,没有一个理想的,今天终于找到了
[回复]
恩恩。多多宣传。 :ka:
[回复]
下载,安装,评分啦 哈哈 /强
[回复]
插件很好用啊,谢谢你开发这么好的插件,不过美中不足的是不能设定匹配的次数,要是多个全文匹配和设定匹配个数两个选项就好了,呵呵期待下一个版本啊
[回复]
不喜欢弄得那么复杂了. 现在的选项已经很多..
也更加不喜欢全文匹配!!
现在的就是匹配一次,或是匹配2到3次.. 非常合适的值.
[回复]
插件升级啦?
哈哈
马上测试下。
[回复]
哈哈。你上次是开发了一个什么插件啊?
[回复]
不算是开发吧,就是基于Lightbox 2制作了一个mootool框架的插件,支持图片,音乐,视频(FLV,MP4,优酷,Youtube,土豆等)。插件名叫Lightbox M。
[回复]
Hello, it's me again. I hope you can add in the future the changes on updates in english too?
And sorry that i you've wait so long. In the next 2 weeks i will send you the files. (Then it's tabbed, have a legend and the forms for the coming features)
Thanks
[回复]
OK, It is my mistake.
v1.2.5
1,the idea is, remember last option you chose when add a new keyword, as next default option.
2,optimize the keyword "description"
[回复]
I'm understanding right? The global option is now implmented too?
[回复]
pretty much, but not as the global option, just for next add a new keyword.
But in fact, that pretty much the same thing as the global options. I think so.
[回复]
I hope you will add the global option in the future too. But at the moment the remember-function will help, thanks.
In the last time i've a new idea for your pluin. But this will i tell you when i send you the files. (there is then a template for the new function-idea)
[回复]
能不能设置某个页面不加链接呀?我现在碰到了这个问题,有的页面我不想加,能不能加个过滤设置?
[回复]
提个意见:
能不能设置为只在post页面起作用,我不希望在page页面也出现自动链接关键词。
[回复]
安装好了,但是没有设置的按钮啊,我的2.8.6的
[回复]
不会啊。我测试过了,是不是没激活啊。
[回复]
1900转载了
http://www.1900.cc
[回复]
你好,你的插件很好用,谢谢。
不过我想如果能加入一个“内链接判断”是否是“替换的的那个页面”,然后在这个页面里面出现该关键字就不要进行替换了吧?否则感觉很奇怪。
如 Firefox 对应了一个内部地址:/about-firefox/
那么在网站的这个about-firefox页面里面难免会出现firefox的关键字,这样的话还是会被自动添加上链接到同样的地址,感觉不友好,而且google也许会判断是作弊呢??
希望可以调整一下这个内链接的细节。
[回复]
有这种说法嘛?
[回复]
我在WordPress 2.9安装的,为什么看不到设置呢?在插件页里设置吗?
[回复]
哦,我找到了,谢谢博主的分享~
[回复]
我來試看看~希望能安裝順利 那就太好了~
[回复]
很喜欢你的插件,我想问,如果修改,让标签自动转换成内连功能时也只是文章中第一个关键词进行内连?现在是文章中有重复的关键词,也会出现多个内连,呵呵
[回复]
设定为随机一到两个~
[回复]
请问可以加个功能么?
比如:google这个关键词我内链到了http://www.domain.com/google/,该页面中有google这个词,我不想他有链接怎么办。
[回复]
为什么呢? 貌似之前也有人提到这个问题!!
[回复]
因为我在做的是一个类似wiki的站,一个词条“A”的内容里肯定会有“A”这个词,加上链接不就自己链自己么?所以你看能不能让词条本身不自链。
[回复]
不自链!! 挺好! 我想想怎样解决.
[回复]
[回复]
span作为样式标签,用来套链接,不太合适,链接一般用基于内容的标签做加强,我做seo的时候,是尽量避免在重要的地方使用span的,span我一般用来套像日期,时间,数字这些东西,插件这里改一下如何?
[回复]
你说改为什么?
[回复]
我是这样改的:
1、打开wp_keywordlink.php
2、找到以下这段:
$url = "";
else
$url = "";
$url .= "$cleankeyword";
$url .= "";
3、把关于span的部分删掉
4、然后变成这样:
$url = "";
else
$url = "";
$url .= "$cleankeyword";
$url .= "";
5、保存
[回复]
刚才的回复把标签格式化了,找到这个:
$url = "";
[回复]
不好意思啊,又没显示出来,直接找到398行
[回复]
你是要把span去掉?我以为你要用另一种标签来代替呢~
去掉也可以, 其实问题不大.. 那个span其实是要控制css样式的..
去掉的话就要找另一个方法来代替咯
[回复]
这个过多的内链接会不会影响SEO
如果我在一篇文章内多次出现关键字“沉思小屋” 然后指向同一个链接,这样的话会不会当做SEO作弊?
[回复]
没事的~~
[回复]
不错,下载去用,改天再拜访博主。
[回复]
[回复]
不是的.. 这是加内链的插件啊. 就是把标签当作内链的关键词, 文章中有出现这个关键词就加上该标签的链接.
[回复]
不错,我用这个插件了。
[回复]
请教一下,批量添加链接怎么添呢?里面好像有个功能是从文本中导入,就不知道这个文本要按什么格式编写
[回复]
你导出一个看看就知道什么格式了。
[回复]
[回复]
Warning: preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 20 in /home/onlineco/public_html/mapleflying.com/wp-content/plugins/rejected-wp-keyword-link-rejected/wp_keywordlink.php on line 428
怎么我更新到最新版会出现这情况呢?
[回复]
非常sorry,查了查。是我的失误。马上更新了。谢谢提醒。
[回复]
Warning: preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 20 in /home/lafirel/public_html/wp-content/plugins/rejected-wp-keyword-link-rejected/wp_keywordlink.php on line 484
请问,更新到1.2.8后出现这个错误怎么办?每个日志开头都有
[回复]
又是失误啊。已更新了。真是对不起。。。
[回复]
一直很喜欢这个插件,希望柳城做一个细心负责任的开发者
[回复]
谢谢提醒。。 这次更新忘了先测试了.
[回复]
为什么从wp官网下完了 删除原来的插件 重新安装 还是报错?
Warning: preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 20 in /home/lafirel/public_html/wp-content/plugins/rejected-wp-keyword-link-rejected/wp_keywordlink.php on line 484
[回复]
请问你更新的下载地址是?
[回复]
更新后官方要隔一段时间才会更新的。等等。
要显示版本1.2.9了才是更新了。
官方更新后再隔一小段时间后台里才会有提醒的。
[回复]
好的,感谢你的及时回复~ 加油哦
[回复]
祝新春快乐。恭喜发财。
[回复]
刚刚升级,导致code-box 显示出错
[回复]
哎。这块的正则实在太复杂了。看来不能乱动啊。
再次更新。应该不会了吧。
[回复]
你更新也应该保留旧的版本吧。新的有问题,我还想用回旧的结果发现,连个下载都没了。
[回复]
恩,下次留意。我先更新回旧版。。 新的功能再慢慢更新吧。 给你带来不便,抱歉。
[回复]
刚更新到了1.3.2 好像对中文关键字无效了???
[回复]
不可能吧。呵。给个页面看看。。 你有没有看清升级内容啊。自动跳过pre区域哦
[回复]
另外还有一个关键词本身不自链的。 更好的SEO啊。
[回复]
这个页面http://www.mike.org.cn/blog/?p=1135 麻烦你看下
有加[痞克四]这个关见字
关见字不自链的意思是 后台加了关键字的 前台日志中有含这个关键字的不自动加链接?
但我另一篇日志中也有加关见字,是英文的 前台日志中就有自动加上链接?
页面是 http://www.mike.org.cn/blog/?p=670
谢谢
[回复]
这就是关键词不自链的结果啊。痞克四 指向 http://www.mike.org.cn/blog/?p=1135
在这个页面 痞克四 就不会有链接了。
[回复]
但我在后台中设置的痞克四 是链向http://www.hudong.com/wiki/%E7%97%9E%E5%85%8B%E5%9B%9B这个址的,这样的也不链接?
[回复]
这样子的话我再查查原因。 可能是两个大插号的原因。
[回复]
我给日志中没在[]的中文也设了关键字 一样不行,但日志中的英文关见字是可以的
[回复]
我自己测试了,一点问题都没有. 可能你的中文关键词没有勾上For zh_CN选项.
是这样的,犯了一个低级错误,呵呵!感谢你的耐心解答。
提一个建议:如果能自动误别中英文,不用手动勾上For zh_CN选项就更加完美了
为表示感谢特发此文 以表感谢
WordPress插件推荐┊WP keyword Link Plugin - http://www.mike.org.cn/blog/?p=1180
呵呵
新年好,作者。
我的站在没有更新前,全部是OK的,不过更新到最新版本之后,发现设置的内 美空 连接到 http://www.moko001.com失效了,能不能指点一下。
[回复]
我看了看.. 好像没失效啊??
[回复]
顶一个!最近有点忙,很久没有来看看了!
[回复]
有了这个插件效率提高很多,太谢谢了。
[回复]
老柳,新年好呀!现在我用这个插件里遇到一个难题,当添加一个纯数字作关键词时,添加后这个关键词会变成0,而且此条链接想删除怎么样都删除不了,这个应该是BUG吧。我想问一下有什么其他方法可以删除这条链接?到底这些链接是保存在哪里?是在数据库里吗?又给你添麻烦了
[回复]
既然还有这种问题。 我查查是什么回事~~ 既然删不掉这么奇怪。
[回复]
是呀,我在本地测试也是一样的结果,不知道你测试了没有?结果怎么样了
[回复]
测试了,的确是这样. 还没找到解决办法..
[回复]
最后下的结论就是无法使用纯数字当作关键词了. 某些特定的因素限制了.
[回复]
[回复]
插件真的很不错,我几个博客都在用它,就是有个问题,即使设置了只匹配第一个关键词,插件还是会在第二个相同的关键词上加上链接,有时候一篇文章出现多个关键词又有重复的时候就显得比较乱,想请教作者要如何设置才能让插件只在第一个符合的关键词上加链接,非常感谢~!
[回复]
这个你得分情况来说:
1,自定义的关键词,如果你设置了只匹配第一个。那就是第一个。不会有问题的
2,如果是从tags自动当作关键词的话, 我已经设置了默认值,2-3个。这个值挺好的。
[回复]
这个插件很好,我想在显示链接的文字后面增加一个箭头的小图标,就像以前的alinks一样,可是怎么加都达不到理想的效果,请帮助,谢谢
[回复]
你用CSS控制啊.有CSS样式的. CSS怎么弄我就不教了. 呵
[回复]
初学水平不会css呀,多次试过加CSS的变化,就是调不出好的效果,箭头总是与关键词重叠,能不能请您帮忙给一个现成的CSS,先谢谢了。
[回复]
我也不懂CSS的啊。 你搜搜吧。
[回复]
很不错的插件,我也试试
[回复]