i am using favicon as directed by
http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+add+a+favicon+for+my+wiki%3F

but i want to use favicons generated using http://realfavicongenerator.net/

this website generated favicons and related data to be entered in 'head' section
as follows: 

<link rel="apple-touch-icon" sizes="57x57"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-57x57.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="60x60"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-60x60.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="72x72"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-72x72.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="76x76"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-76x76.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="114x114"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-114x114.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="120x120"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-120x120.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="144x144"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-144x144.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="152x152"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-152x152.png?v=Gvv5agxezz";>
<link rel="apple-touch-icon" sizes="180x180"
href="http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-180x180.png?v=Gvv5agxezz";>
<link rel="icon" type="image/png"
href="http://www.wikinote.org/XWiki/DefaultSkin/favicon-32x32.png?v=Gvv5agxezz";
sizes="32x32">
<link rel="icon" type="image/png"
href="http://www.wikinote.org/XWiki/DefaultSkin/android-chrome-192x192.png?v=Gvv5agxezz";
sizes="192x192">
<link rel="icon" type="image/png"
href="http://www.wikinote.org/XWiki/DefaultSkin/favicon-96x96.png?v=Gvv5agxezz";
sizes="96x96">
<link rel="icon" type="image/png"
href="http://www.wikinote.org/XWiki/DefaultSkin/favicon-16x16.png?v=Gvv5agxezz";
sizes="16x16">
<link rel="manifest"
href="http://www.wikinote.org/XWiki/DefaultSkin/manifest.json?v=Gvv5agxezz";>
<link rel="mask-icon"
href="http://www.wikinote.org/XWiki/DefaultSkin/safari-pinned-tab.svg?v=Gvv5agxezz";
color="#5bbad5">
<link rel="shortcut icon"
href="http://www.wikinote.org/XWiki/DefaultSkin/favicon.ico?v=Gvv5agxezz";>
<meta name="msapplication-TileColor" content="#ff0909">
<meta name="msapplication-TileImage"
content="http://www.wikinote.org/XWiki/DefaultSkin/mstile-144x144.png?v=Gvv5agxezz";>
<meta name="msapplication-config"
content="http://www.wikinote.org/XWiki/DefaultSkin/browserconfig.xml?v=Gvv5agxezz";>
<meta name="theme-color" content="#ffffff">


i want to know how this could be done in xwiki? where exactly is the 'head
section' and is the code above correct?

 Copy to clipboard
http://realfavicongenerator.net/favicon_result?file_id=p1ajgld6idjal3as49b1vem1jk46#
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to