Safari 9.0, coming in the El Capitan release, will introduce pinned tabs which will support a custom pinned-tab favicon. Example:
You can find the full docs for creating them here. If you want to add one to your RW project you can do so very easily as RW supports SVGs. Here’s how:
Create your favicon. As the docs say, it should be a full-black on transparent SVG. I’d recommend Sketch as a vector drawing tool, you can get a free trial for it here.
Drag it into the resources area in RW.
Go to the site-wide code area in your project settings and within the “Head:” section paste the following:
Just visited the site, and it appears just fine in Safari with a blue highlight. Might be worth resetting Safari (Clear Caches etc) and give it another try.
Well, what it seemed to be using was a generic blue icon with a W in the middle (maybe taking first letter of my domain name).
But I figured out what was wrong, not only does the SVG image have to use black pixels but the image also has to be square (i.e. 1:1).
it works but I obtain a black rectangle with very small points (the stars). I think you have the good technique but the svg image is not good for a pinned tab
fastessaywriter wrote:
Well, what it seemed to be using was a generic blue icon with a W in the middle (maybe taking first letter of my domain name).
But I figured out what was wrong, not only does the SVG image have to use black pixels but the image also has to be square (i.e. 1:1). www.williamcodywinter.com
Hello,
I’ve been using Sketch as a drawing tool for my website projects. But I cannot find the tutorial how to create custom pinned-tab favicons. Could you please share the Apple Developer library guide? The page suggested by the OP cannot be found. Thanks.