Skip to content

πŸ”– Generate a dynamic Favicon with a template and maximum two digits

License

Notifications You must be signed in to change notification settings

gaffling/PHP-Dynamic-Counter-Favicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PHP-dynamic-Counter-Favicon (maximum two digits)

PHP Dynamic Content Favicon shows e.g. unread email counts or whatever, direct in your browser tab icon. If your browser has lots of tabs open, this might be a really useful feature that let user know of any count item. This small but powerful script in PHP let you create your own dynamic favicon. It will use the PHP GD library to manipulate the favicon image and add text (maximum two digits) into it. If you try to give a longer text to the script it will show three dots in the icon (...) - thats all ;-)

Idea based on this Article:
https://viralpatel.net/blogs/dynamic-unread-count-favicon-in-php/
written by Viral Patel

Use:

<link href="favicon.php?char=27" rel="icon" type="image/png">

or

<link href="favicon.php?char=<?php echo $char; ?>" rel="icon" type="image/png">

Try:
test.php

Info:
https://github.com/audreyr/favicon-cheat-sheet

Free for any profit or non-profit use.
You may freely distribute or modify this code.

Copyright 2019 Igor Gaffling

About

πŸ”– Generate a dynamic Favicon with a template and maximum two digits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages