--- { "title": "Favicon", "language": "en", "category": "Plugins", "description": "This plugin provides the ability to add and update the favicon's on a web page.", "tag": "favicon", "parentdir": "favicon", "altLangPrefix": "favicon", "dateModified": "2014-02-19" } ---
This plugin provides the ability to add and update the favicon's on a web page. Its default behaviour is to add a mobile favicon to web pages that have a favicon defined by a <link rel="icon" type="image/x-icon"> element.
The mobile favicon's file name, rel, path and sizes can be set with data attributes on the <link rel="icon" type="image/x-icon">:
sizes attribute of the mobile favicon (defaults to "57x57 72x72 114x114 144x144 150x150").For example, the following overrides the rel and filename attributes of the mobile favicon:
<link href="favion.ico" rel="icon" type="image/x-icon" data-filename="my-mobile-favicon.ico" data-rel="apple-touch-icon-precomposed">