內容簡介
這個 WordPress 外掛可以移除您的 WordPress 博客中的「nofollow」屬性(準確地說是從作者的連結)和/或從評論文本連結中,並且(如果您想要的話)在您的頁面頂部插入一個帶有短語「NOFOLLOW FRE」的圖像條,以鼓勵用戶發表評論。
最新版本的加入了一些新的選項,例如只有在作者發布X個評論之後才替換nofollow,並在匹配某些黑名單詞語時重新添加nofollow。nofollow的替換也基於用戶類型(註冊和訪問者用戶)。每個選項都可以通過選項頁面「NOFF」進行自定義。
NoFollow Free 現在是多語言的,支援英語、西班牙語、意大利語、德語、土耳其語、瑞典語、法語、葡萄牙語、羅馬尼亞語、俄語、丹麥語、阿拉伯語、克羅地亞語、挪威語、印尼語、荷蘭語、匈牙利語、中文、日語、波蘭語和芬蘭語。
現在它還提供了一個不錯的側邊欄小工具支持,可以顯示前十名評論者的排行榜。
使用方法
當您啟用插件時,它將自動從您的評論作者連結中移除「nofollow」屬性,但如果您也想在您的頁面頂部插入圖像條,您必須將 php 函數放入您的模板文件中,就像這樣:
<body>
<?php if (function_exists(noff())) noff(); ?>
...
請記得點擊 wp-admin -> options -> NOFF 來設置插件選項。
資訊
您可以在這裡找到所有的信息,還有更多在 http://www.michelem.org/wordpress-plugin-nofollow-free/。
外掛標籤
開發者團隊
原文外掛簡介
This WordPress plugin remove the “nofollow” attribute from your wordpress blog’s comments (precisely from the author’s links) and/or from the comments text links and it inserts (if you want) an image band at the top of your pages with the phrase: “NOFOLLOW FRE” to encourage your users to submit comments.
The last release includes new options to replace the nofollow only when the author posted X comments before and put back the nofollow when some blacklisted words are matched. The replacement of the nofollow is also based on the users type (registered and visitor users). Every option cna be customized by the options page “NOFF”.
NoFollow Free now is multilingual, it supports English, Spanish, Italian, German, Turkish, Swedish, French, Portuguese, Romanian, Russian, Danish, Arabic, Croatian, Norwegian, Indonesian, Dutch, Hungarian, Chinese, Japanese, Polish amd Finnish languages.
Now it comes with a nice sidebar Widget support to show the top ten charts for the top commenters.
Usage
When you activate the plugin it just works removing the “nofollow” attribute from your comments authors link, but if you would like have the image band at the top of your pages too, you MUST put the php function into your template file just below the attribute like this:
...
Remember to set the plugin option by clicking wp-admin -> options -> NOFF
Infos
You could find every informations here and much more at http://www.michelem.org/wordpress-plugin-nofollow-free/
