Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Retrieves and stores favicons in a local cache. This makes for faster page load times and lessens the strain on the server in which the favicon was originally retrieved from.

Notifications You must be signed in to change notification settings

neogeek-deprecated/Favicache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Favicache

Favicache is a Wordpress plugin which retrieves and stores favicons in a local cache. This makes for faster load times and lessens the strain on the server in which the favicon was originally retrieved from.

Installation

  • Download the latest version from GitHub.
  • Upload the contents of the downloaded zip file to /wp-content/plugins/.
  • Ensure that /wp-content/plugins/favicache/ has write permissions.
  • Activate the plugin.

Usage

Once Favicache is installed and activated, ensure that the settings for the links widget are setup as indicated in the screenshot below.

Plugin Settings

Then add or edit an existing link causing Favicache to retrieve (if available) and cache the site's favicon. It then sets the site's image to the cached version of that site's favicon.

Theme Modification

Favicache downloads the favicons as is, without resizing them. To make sure they all look the same in the sidebar, add the following CSS to your theme's main CSS file.

.widget_links ul li {
	padding: 2px 0;
}

.widget_links a img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

Theme

Compatibility

Wordpress: 3.0, 3.1, 3.1.3, 3.2, 3.2.1, 3.3, 3.3.1, 3.3.2, 3.4

About

Retrieves and stores favicons in a local cache. This makes for faster page load times and lessens the strain on the server in which the favicon was originally retrieved from.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages