This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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

समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “Favicon Links” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by 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