March 21, 2015 at 4:10 am
Hi,
I am using this online favicon generator *Login to see link
When it comes to insert the following code in the <head> section, I cannot get it to work, I am using virtue_premium_child, where to put it and how to get it to work?
<link rel=”apple-touch-icon” sizes=”57×57″ href=”/apple-touch-icon-57×57.png”>
<link rel=”apple-touch-icon” sizes=”60×60″ href=”/apple-touch-icon-60×60.png”>
<link rel=”apple-touch-icon” sizes=”72×72″ href=”/apple-touch-icon-72×72.png”>
<link rel=”apple-touch-icon” sizes=”76×76″ href=”/apple-touch-icon-76×76.png”>
<link rel=”apple-touch-icon” sizes=”114×114″ href=”/apple-touch-icon-114×114.png”>
<link rel=”apple-touch-icon” sizes=”120×120″ href=”/apple-touch-icon-120×120.png”>
<link rel=”apple-touch-icon” sizes=”144×144″ href=”/apple-touch-icon-144×144.png”>
<link rel=”apple-touch-icon” sizes=”152×152″ href=”/apple-touch-icon-152×152.png”>
<link rel=”apple-touch-icon” sizes=”180×180″ href=”/apple-touch-icon-180×180.png”>
<link rel=”icon” type=”image/png” href=”/favicon-32×32.png” sizes=”32×32″>
<link rel=”icon” type=”image/png” href=”/android-chrome-192×192.png” sizes=”192×192″>
<link rel=”icon” type=”image/png” href=”/favicon-96×96.png” sizes=”96×96″>
<link rel=”icon” type=”image/png” href=”/favicon-16×16.png” sizes=”16×16″>
<link rel=”manifest” href=”/manifest.json”>
<meta name=”msapplication-TileColor” content=”#da532c”>
<meta name=”msapplication-TileImage” content=”/mstile-144×144.png”>
<meta name=”theme-color” content=”#ffffff”>
On another site I use Responsive Pro theme, in Theme Options they have this nice little option to add custom scripts to header and footer, the same way as custom css can be added in Virtue, perhaps something to add in the future?