• Icon: Suggestion Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Apologies if this is a duplicate.

      I would like the ability for Confluence to configure a favicon per space. Is this possible? Reading https://confluence.atlassian.com/display/DOC/Changing+the+Confluence+Browser+Icon,+aka+favicon (comments) there is some interest for this feature.

            [CONFSERVER-33245] Favicon per space, rather than instance

            Liz Flower added a comment - - edited

            Just wanting to vote this up. As a newcomer to Confluence, with 4 spaces to contribute to, it's super time consuming guessing which tab is which when they all have the same icon.

            Think of it as saving 90% ? of your users 2 seconds every time they switch tabs. Multiply that by 100 times a day x 300 days per year x your user base and you have a massive global productivity boost. I'm sure there's an ecological (power saving) benefit in there too somewhere...

            Thanks for reconsidering this - it's now 10 years on since the decision was made and the world is now more focused on productivity than ever.

            Also, can't get the script workaround to work now. Perhaps the look and feel interface has changed somehow and I'm doing it wrong, or maybe the script needs updating?77d41c2ce926 

            Liz

            b455971df41a be6546b3f193 8d1e7b7ece55 203664ee0b8f aacaa6d9223e 0d6745a4531e 21ec9225cf1c 4adc64cbb97b b825de535a69 cfdfd4a55606  @Would be grateful if you'd like my comment so someone might take notice and review.

            Liz Flower added a comment - - edited Just wanting to vote this up. As a newcomer to Confluence, with 4 spaces to contribute to, it's super time consuming guessing which tab is which when they all have the same icon. Think of it as saving 90% ? of your users 2 seconds every time they switch tabs. Multiply that by 100 times a day x 300 days per year x your user base and you have a massive global productivity boost. I'm sure there's an ecological (power saving) benefit in there too somewhere... Thanks for reconsidering this - it's now 10 years on since the decision was made and the world is now more focused on productivity than ever. Also, can't get the script workaround to work now. Perhaps the look and feel interface has changed somehow and I'm doing it wrong, or maybe the script needs updating? 77d41c2ce926   Liz b455971df41a be6546b3f193 8d1e7b7ece55 203664ee0b8f aacaa6d9223e 0d6745a4531e 21ec9225cf1c 4adc64cbb97b b825de535a69 cfdfd4a55606   @Would be grateful if you'd like my comment so someone might take notice and review.
            Sen Geronimo made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3575569 ] New: JAC Suggestion Workflow 3 [ 4341269 ]

            + 100 still

            Its so easy to change the Space Icon via the space options, why don´t you implement the same feature for the favicon to have a better overview over all opened link-tabs for the WebBrowsers? 

            There has to be an easier option than a script, so that i select an individual favicon-Icon  for each Space, when i want to.

            Blessings 

            Mark

            Mark Schubert added a comment - + 100 still Its so easy to change the Space Icon via the space options, why don´t you implement the same feature for the favicon to have a better overview over all opened link-tabs for the WebBrowsers?  There has to be an easier option than a script, so that i select an individual favicon-Icon  for each Space, when i want to. Blessings  Mark

            Thank you @Fabrizio Giustina 
            you saved my day  with your comment.

            Rump, Matthias added a comment - Thank you @Fabrizio Giustina  you saved my day  with your comment.
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3167744 ] New: JAC Suggestion Workflow 4 [ 3575569 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3032872 ] New: JAC Suggestion Workflow 2 [ 3167744 ]

            a quick workaround for using the space avatar as favicon in confluence server:

            go to Admin -> Look and Feel -> Layouts. Create a custom template for the "Main Layout" Decorator and add the following snippet at the bottom:

             

             

            <script>
            (function() {
                if (document.querySelector(".avatar-img") && document.querySelector("link[rel*='icon']")) {
                      document.querySelectorAll("link[rel*='icon']").forEach(link =>
                          {
                            link.type = 'image/x-icon';
                            link.rel = 'icon';
                            link.href = document.querySelector(".avatar-img").src;
                         }     
                      );   
             }})();
            </script>
            

             

            this script will automatically copy the space avatar to the favicon and the browser will refresh it dynamically. HTH

             

             

             

             

            Fabrizio Giustina added a comment - a quick workaround for using the space avatar as favicon in confluence server: go to Admin -> Look and Feel -> Layouts. Create a custom template for the "Main Layout" Decorator and add the following snippet at the bottom:     <script> (function() {     if (document.querySelector( ".avatar-img" ) && document.querySelector( "link[rel*= 'icon' ]" )) {     document.querySelectorAll( "link[rel*= 'icon' ]" ).forEach(link =>               {     link.type = 'image/x-icon' ;     link.rel = 'icon' ;     link.href = document.querySelector( ".avatar-img" ).src;              }     );    }})(); </script>   this script will automatically copy the space avatar to the favicon and the browser will refresh it dynamically. HTH        

            Randy Amundson added a comment - - edited

            +1 This would be very beneficial

            Randy Amundson added a comment - - edited +1 This would be very beneficial

            +1

            We have to deal with 100+ spaces, favicons would help.

            Benjamin Michiels added a comment - +1 We have to deal with 100+ spaces, favicons would help.
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2537443 ] New: JAC Suggestion Workflow [ 3032872 ]

              smansour Sherif Mansour
              8d1e7b7ece55 mheley
              Votes:
              0 Vote for this issue
              Watchers:
              19 Start watching this issue

                Created:
                Updated:
                Resolved: