Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

The Simplest Favicon

Descrizione

This plugin adds a favicon link to the document head section.

There are no options. The link is always added when the plugin is enabled.

The favicon.ico file needs to be uploaded to the site’s root
directory. If you do not know how to do this, you should have a look at
one of the other favicon plugins.

Installazione

This section describes how to install the plugin and get it working.

  1. Upload the favicon.ico file to your site’s root directory.
  2. Make sure that the favicon file is accessible with web browser or
    wget/curl at http://yoursite.example.com/favicon.ico
  3. Make sure that the favicon file is served with the “image/x-icon”
    content type to ensure maximum compatibility. An easy way to verify
    this is to run: curl -I http://yoursite.example.com/favicon.ico
  4. Upload the-simplest-favicon.php to the /wp-content/plugins/ directory.
  5. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

Why do I need to place the favicon file in the site root?

The site root directory is the best place for the favicon file.

Some older browsers and most feed readers have no way of specifying
the favicon file location in the document or feed markup. They always
attempt to retrieve it from the site’s root directory.

My browser finds the favicon automatically even without this plugin?

Most browsers look up the favicon file in the default location
automatically, but some do not. They need to be told where it is
located and this is what this plugin does.

Wouldn’t it be easier just to edit my theme’s header.php and add the favicon link there?

Up to you. Choose whatever way is easiest for you.

If you edit the theme’s header.php you will need to make the same
changes again if you later on update or change your theme. With this plugin
you do not need to remember to do that and upgrading becomes simple.

My theme already specifies the location of the favicon?

In this case you probably do not need this plugin. It might be still
best to put the favicon.ico file in your site’s root directory.

I am unsure how to create the favicon.ico file?

This is well documented elsewhere. A good place to start is
to understand Wikipedia article on favicon.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“The Simplest Favicon” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.1

  • Use get_site_url() instead of get_home_url() to get the real site root.

1.0

  • Initial version.