Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Favicon Links

Mô tả

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.

Ảnh màn hình

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

Cài đặt

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

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Favicon Links” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

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