Def-Link可以讓你的定義文字成你想要的東西
只要設定完成,發表文章輸入你設定的文字
你可以讓他顯示定義;圖片或是自訂的html
Acronym Replacer這個plugin可以讓blog裡面特定的文字當游標移上去時會出現說明,不過我沒什麼機會用到他,昨晚發現一個挺有趣的插件,他的特色可以讓你在文字裡面加入連結甚至像是
Extenal Link一樣對外連結的後面加入一個小圖示。
另外一個設定比較簡單的插件,但是主效果是一樣的,
Def-Link(設定簡單,推

)
這兩個插件(擇一安裝),可以讓我不用每次在文章提到人名或網站的時候,還要特地把他的連結設定在文章裡面,因為這個plugin會自動替你完成,舉例來說,當我提到
Beata的時候(
Flickr,
Wordpress同理可證),雖然我在發表的後台只有打上
Beata,但文章顯示的時候
Beata就 會變成一個超連結,autolink這個plugin還可以在連結後面還加上一個小圖示,提供了很多的自訂功能,譬如說,圖示自訂或取消;關鍵字設定與追 蹤以及Amazon的keyword連結(這個我還沒參透),不過剛安裝時因為設定不是很清楚,所以弄了一點時間才讓他大致顯現無誤,建議下載後的說明 pdf檔可以看清楚。
下載網站(該頁面還有一個可以在前台編輯文章的插件XD)
重點提示:
解壓縮到你的plugin正確路徑:
http://your.domains.com/wp-content/plugin/auto_links/
檔案權限:
plugin/auto_links/–755
plugin/auto_links/klogs–777
plugin/auto_links/klogs/auto_links.log–777
plugin/auto_links/klogs/kviewer.php-644
有興趣不妨試試
*EDIT*
如果只要簡單的定義文字的連結或效果,第二個DEF-LINK簡單多了
*EDIT*
DEF-LINK除了可以定義文字變成連結以外,也可以定義把文字變成圖片,也可以像
Acronym Replacer替文字加入定義,操作很直覺,直接在後台定義就好啦。
AutoLinkS作者Sean說每篇文章該連結只會出現一次,如果希望每次文字都會有連結跟圖示的話,請依以下方式修改
Open auto_links.php with a text editor
Find lines 199 & 201 (or around there, might depend on the text editor you’re using)
Both lines have the PHP function preg_replace
You change the number of times a keyword is linkafied in the last argument of the function
Right now there is a 1, change it to the number of times you want keywords linkafied, or -1 for unlimited
So line number 199, which is:
$al_postText = preg_replace($al_regExPatternAmazonMain, $al_regExAmazonReplacements, $al_postText, 1);
becomes
$al_postText = preg_replace($al_regExPatternAmazonMain, $al_regExAmazonReplacements, $al_postText, -1);
to linkafy and unlimited number of times. Do the same thing for line number 201.
The next version allows you to change this value in the admin panel, so no more hacking.
------
不知該怎麼分類,Beata幫個忙吧:P