『Link Indication』は、リンク先のドメイン・拡張子を判別し、aタグにclass属性を付加してくれるWordPressプラグインです。
CSSを定義することにより、リンクに画像・テキストを付加することが出来ます。
プラグイン配布元 → Link Indication Plugin — Software Guide
個人的オススメ度: 



導入方法
- プラグイン配布元から『link-indication.zip』(Download Latest Version 3.2)、
『images.zip』をダウンロード。 - 解凍後、『link-indication.php』をwp-content/pluginsへアップロード。
- wp-content/themes/使用中テーマ/style.cssを編集する。
- 『images.zip』を解凍し、wp-content/themes/使用中テーマ/images/にCSS定義に応じた画像を
アップロードする - 管理画面(Plugins(プラグイン))にて『Link Indication』を有効化。
- オプションを設定する。
/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right; }
例:プラグイン配布元から。
オプションの設定
Settings > Link Indication
Blog URLs (your internal URLs):
内部リンクのドメイン指定。(自サイトのURLがデフォルトで入っている)
CSS Class Attributes
External links: liexternal:外部リンクのクラス名
FTP links: liftp:ftp://~ のクラス名
mailto links: limailto:mailto:~ のクラス名
Internal links: liinternal:内部リンクのクラス名
Specific link types:
Type:URLまたはファイル
Search string:検索させる文字列(ドメイン等を指定)
CSS class:CSSクラス名
Plugin’s Application
Do not apply the plugin to comments:
コメントに適用させない場合にチェックを入れる。
Apply this plugin to the entire blog incl.〜 :
記事のみだけでなく、ブログ全体に適用させる場合にチェックを入れる。
Miscellaneous Options
Apply the class attributes also to images) :
アンカータグ内imgタグにも適用する場合にチェックを入れる。
Apply target=”_blank”〜:
外部リンク等を別ウィンドウで開く場合にチェックを入れる。
スクリーンショット
動作確認環境
WordPress 2.3.2 , 2.5 , 2.5.1, 2.6
Plugin ver 3.2
関連記事
【WP】リンク先のサムネイルを表示する。Snap Shots™ Plugin
『Snap Shots™ Plugin』は『Snap Shots™』 ((『Snap Shots™』は、リンク先をサムネイルでポップアップ表示してくれるサービス。))を使いやすくしてくれるWordPressプラグインです。



【WP】管理画面をLeopardっぽくする。Leopard Admin



[...] こちらが分かりやすく解説してますので参考にして下さい。 【WP】外部リンクをわかりやすく表示する。Link Indication@Ange*Blanc [...]
[...] 【WP】外部リンクをわか りやすく表示する。Link Indication || Ange*Blanc. [...]