Closed
Bug 1324391
Opened 8 years ago
Closed 8 years ago
Add Favicons
Categories
(support.mozilla.org - Lithium :: User Experience & Design, defect)
support.mozilla.org - Lithium
User Experience & Design
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: giorgos, Assigned: scott.riley, NeedInfo)
Details
(Whiteboard: [1st2weeks])
Attachments
(1 file)
15.36 KB,
image/png
|
Details |
Add favicon urls to all lithium pages.
This is what we've got now in Kitsune. Please use the same images but make sure that you serve them from our own cdn.
<link rel="icon" type="image/png" sizes="512x512" href="//support.cdn.mozilla.net/static/sumo/img/firefox-512.png?v=1">
<link rel="icon" type="image/png" sizes="256x256" href="//support.cdn.mozilla.net/static/sumo/img/firefox-256.png?v=1">
<link rel="icon" type="image/png" sizes="128x128" href="//support.cdn.mozilla.net/static/sumo/img/firefox-128.png?v=1">
<link rel="icon" type="image/png" sizes="64x64" href="//support.cdn.mozilla.net/static/sumo/img/firefox-64.png?v=1">
<link rel="icon" type="image/png" sizes="32x32" href="//support.cdn.mozilla.net/static/sumo/img/firefox-32.png?v=1">
<link rel="icon" type="image/png" sizes="16x16" href="//support.cdn.mozilla.net/static/sumo/img/firefox-16.png?v=1">
Also profile pages must not override the favicon above. Currently profile pages set favicon to match user's avatar.
Assignee | ||
Comment 1•8 years ago
|
||
Joni,
You can add these directly in the wrapper after adding the assets to Studio.
Explanation, https://community.lithium.com/t5/Community-display/Add-a-favicon-for-your-community/ta-p/34412
Flags: needinfo?(jsavage)
Updated•8 years ago
|
Whiteboard: [1st2weeks]
Assignee | ||
Comment 2•8 years ago
|
||
Joni, added this for you.
https://support-stage.allizom.org/t5/bizapps/bizappspage/tab/community%3Astudio%3Acommunity-style%3Awrapper?skin=mozilla
Grabbed the 16x16 png that Giorgos provided above, converted to ico and renamed, uploaded to Studio. Place in the wrapper in the link above for future reference.
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(jsavage) → needinfo?(giorgos)
Reporter | ||
Comment 3•8 years ago
|
||
Thanks for working on this Scott.
Actually the 16x16 is rather small for the current screens. If we cannot add all, we should at least a large enough size, let's say 256x256.
Also PNG is not supported by lithium?
And finally what about the user profile pages?
Flags: needinfo?(giorgos)
Reporter | ||
Comment 4•8 years ago
|
||
Let's use this 256 version which is way smaller
Assignee | ||
Comment 5•8 years ago
|
||
If this is still a to-do, details are in this ticket not blocked by Lithium.
Flags: needinfo?(jsavage)
Comment 6•8 years ago
|
||
Any progress on this? On iOS, firefox opens a "What's new in Vx.0" tab. This opens a page on support.mozilla.org. And because most people don't have any history at this point it gets added to their TopSites as a very blurry Firefox icon. This also happens if anyone opens Help/or About which also opens support.mozilla.org.
On iOS this results in a pretty sub-par first user experience.
Component: Lithium Migration → User Experience & Design
Product: support.mozilla.org → support.mozilla.org - Lithium
Comment 7•8 years ago
|
||
Resolved invalid since we're not moving back to Lithium.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•