How to replace favicon of Umbraco from rss feeds, as when a user clicks on the rss feed , the favicon changes to umbraco , even the favicon displayed in the google reader is of umbraco.
now the RSS feed doesnt have the same way of specifying a favicon like html, your solution is simple, move /Images/Favicon.ico into /<root> and then you can also remove this link from your head i believe
How to replace favicon of Umbraco from rss feed
How to replace favicon of Umbraco from rss feeds, as when a user clicks on the rss feed , the favicon changes to umbraco , even the favicon displayed in the google reader is of umbraco.
Have you tried creating your own favicon.ico ?
yep favcicon works on all other pages apart from
http://www.dotraining.co.uk/articles/rss/
possible path issue with a slash verses not... ????
http://www.dotraining.co.uk/favicon.ico is the umbraco logo, could be fetching it from there
actually, in your other pages, you get the correct favicon because you explicity set it in the head tag, using:
<link rel="icon" href="/Images/Favicon.ico" type="image/x-icon">
now the RSS feed doesnt have the same way of specifying a favicon like html, your solution is simple, move /Images/Favicon.ico into /<root> and then you can also remove this link from your head i believe
I have replace that with another its working now , thnx
is working on a reply...