This Leed's plugin store and display your feeds' favicons.
Favicons stored inside the favicons
folder.
/!\ menu_pre_feed_link
hook needed.
{if="isset($value->favicon)"}{$value->favicon}{/if}
/!\ event_pre_title
hook needed.
{if="isset($value2['favicon'])"}{$value2['favicon']}{/if}
- Log files are located inside the 'logs' folder
- The
check
file contains the last date we search for favicons - The
no-favicon
file contains feeds URLs without favicon
- Handle new favicons (with a monthly cron?)
- Fetch favicons with an AJAX call on install (with a hook?)
- Add a field to configure checking recurrence for new (updated?) favicons (currently 1 month)