このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Favicon Links

説明

The plugin adds favicons of websites to links which they lead to.
If a link has image inside (img tag), then favicon will not be added.

To suppress favicon for your link add ‘data-no-favicon’ attribute to the a tag:
my link.

Uses Google S2 Favicon service.

Report issues or/and contribute here: https://github.com/whyte624/wordpress-favicon-links.

スクリーンショット

  • Example of Favicon Links plugin output
  • Favicon Links plugin output

インストール

  1. Upload favicon-links.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評価

このプラグインにはレビューがありません。

貢献者と開発者

Favicon Links はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Favicon Links” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2

  • ‘display: inline-block’ for favicons, since some themes make images inside a post ‘display: block;’

1.1

  • Suppress warnings for wrong html markup
  • Small padding after favicon for nicer look
  • Suppress favicon for specific link

1.0

  • Basic functionality