jQuery-Favicon-Notifier
jQuery-Favicon-Notifier copied to clipboard
Re-renders a websites favicon to show a notifications number.
jQuery Favicon Notifier
Update the brower favicon to render custom text for notification purposes. Can change the icon image, render non-numerical text and choose the colors.
Usage
$.faviconNotify({
icon: 'favicon.ico', // Path to the favicon or image
value: '8', // String value to show
position: 'bl', // 'tl', 'tr', 'bl' or 'br' - defaults to 'br'
glowColor: '#000000', // Defaults to '#FFFFFF'
textColor: '#FFFFFF' // Defaults to '#000000'
});