Lets say I have 5 links on my site. (these 5 links are not like normal links on my site.) These 5 links are in list format. 1 on top of the other like so:
Link 1
Link 2
Link 3
Link 4
Link 5
The goal here is when a visitor loads my page all the favicons for all the links on my site will appear to the left of their site. Not ALL the links. Not the nav, and other links, just the links I specify. I'll have each set of these links in a div with a specific class/id. (Not sure if that matters, just noting it.)
by visiting Googles S2 Converter you can obtain the favion of any site. That is done by visiting
http://www.google.com/s2/favicons?domain=www.fbi.gov
Maybe there is a way to write a javascript code or PHP code to take the img received from this request and place it in a certain div or data element?
Thanks!