Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mr A 216 posts 278 karma points
    Dec 19, 2011 @ 18:00
    Mr A
    0

    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.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Dec 19, 2011 @ 18:29
    Anthony Dang
    0

    Have you tried creating your own favicon.ico ?

  • Mr A 216 posts 278 karma points
    Dec 19, 2011 @ 18:39
    Mr A
    0

    yep favcicon works on all other pages apart from 

    http://www.dotraining.co.uk/articles/rss/

  • bob baty-barr 1180 posts 1294 karma points MVP
    Dec 19, 2011 @ 18:52
    bob baty-barr
    0

    possible path issue with a slash verses not... ????

  • Stephen Roberts 47 posts 516 karma points c-trib
    Dec 19, 2011 @ 18:53
    Stephen Roberts
    0

    http://www.dotraining.co.uk/favicon.ico is the umbraco logo, could be fetching it from there

  • Stephen Roberts 47 posts 516 karma points c-trib
    Dec 19, 2011 @ 19:00
    Stephen Roberts
    1

    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

  • Mr A 216 posts 278 karma points
    Dec 19, 2011 @ 19:02
    Mr A
    0

    I have replace that with another its working now , thnx

Please Sign in or register to post replies

Write your reply to:

Draft