我知道,这不是一项新技术,这个问题已经以不同的方式被问过几次。但是他们中的任何一个(也没有谷歌搜索)都不能帮助我解决我的问题。
我正在使用以下链接:
<link rel="shortcut icon" type="image/x-icon" href="http://example.com/wp-content/themes/scott-odlo/images/favicon/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://example.com/wp-content/themes/scott-odlo/images/favicon/favicon144.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://example.com/wp-content/themes/scott-odlo/images/favicon/favicon114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://example.com/wp-content/themes/scott-odlo/images/favicon/favicon72.png" />
<link rel="apple-touch-icon-precomposed" href="http://example.com/wp-content/themes/scott-odlo/images/favicon/favicon57.png" />
这是一个 WordPress 主题,所以我不能简单地将图标放在网络根目录中。这些图标确实有效,例如,当我将网站添加到我的 iPad 收藏夹时,我可以看到漂亮的视网膜图标。
但是当点击“添加到主屏幕”时它不起作用并显示一个黑色图标: