oodavid / jQuery-Favicon-Notifier

Re-renders a websites favicon to show a notifications number.

Home Page:http://oodavid.com/jQuery-Favicon-Notifier/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
});

Demo

Example

About

Re-renders a websites favicon to show a notifications number.

http://oodavid.com/jQuery-Favicon-Notifier/


Languages

Language:JavaScript 64.6%Language:HTML 35.4%