<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic favicon change not working in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/favicon-change-not-working/m-p/70259#M180691</link>
    <description>&lt;P&gt;I managed to change the path of the favicon link in my app, so I could have my own favicon showing....but I cannot understand why it is not working. It still shows the default splunk favicon.&lt;/P&gt;

&lt;P&gt;This is the resulting html:&lt;BR /&gt;
&lt;LINK href="https://answers.splunk.comen-US/static/app/myappname/favicon.ico" rel="shortcut icon" /&gt;&lt;/P&gt;

&lt;P&gt;I thought that maybe the browser was not finding the icon, but I already tried pasting the path in the browser and it clearly finds and shows the icon then.&lt;/P&gt;

&lt;P&gt;does any of you have any clue why this is not working for my app??&lt;/P&gt;</description>
    <pubDate>Thu, 20 Dec 2012 21:11:17 GMT</pubDate>
    <dc:creator>GKC</dc:creator>
    <dc:date>2012-12-20T21:11:17Z</dc:date>
    <item>
      <title>favicon change not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/favicon-change-not-working/m-p/70259#M180691</link>
      <description>&lt;P&gt;I managed to change the path of the favicon link in my app, so I could have my own favicon showing....but I cannot understand why it is not working. It still shows the default splunk favicon.&lt;/P&gt;

&lt;P&gt;This is the resulting html:&lt;BR /&gt;
&lt;LINK href="https://answers.splunk.comen-US/static/app/myappname/favicon.ico" rel="shortcut icon" /&gt;&lt;/P&gt;

&lt;P&gt;I thought that maybe the browser was not finding the icon, but I already tried pasting the path in the browser and it clearly finds and shows the icon then.&lt;/P&gt;

&lt;P&gt;does any of you have any clue why this is not working for my app??&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2012 21:11:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/favicon-change-not-working/m-p/70259#M180691</guid>
      <dc:creator>GKC</dc:creator>
      <dc:date>2012-12-20T21:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: favicon change not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/favicon-change-not-working/m-p/70260#M180692</link>
      <description>&lt;P&gt;After some hours of investigation I finally solved the issue.&lt;BR /&gt;
Changing the href in the existing link tag for the favicon did not make any difference, so I assumed that some of the lines that were coming right after had something to do with my problem...&lt;/P&gt;

&lt;P&gt;so I decided to change my javascript function, and make it append a new link at the end of the  section....and it worked!!! &lt;/P&gt;

&lt;P&gt;This is the actual javascript that I am using now:&lt;/P&gt;

&lt;P&gt;onLoad=favicon();&lt;/P&gt;

&lt;P&gt;function favicon(){&lt;BR /&gt;
           var link = top.document.createElement("link");&lt;BR /&gt;
           link.type = "image/x-icon";&lt;BR /&gt;
           link.rel = "shortcut icon";&lt;BR /&gt;
           link.href = "/en-US/static/app/myappname/favicon.ico";&lt;BR /&gt;
           top.document.getElementsByTagName("head")[0].appendChild(link);&lt;/P&gt;

&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2012 23:29:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/favicon-change-not-working/m-p/70260#M180692</guid>
      <dc:creator>GKC</dc:creator>
      <dc:date>2012-12-20T23:29:41Z</dc:date>
    </item>
  </channel>
</rss>

