Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Nov 2012
    Location
    East Geenbush, NY
    Posts
    17

    Default Re: Process to add Favicon

    Used gwpriester's method after I failed with other methods in this thread, and had success. Is there a similar process to add touch icons for Apple and Andriod mobile devices, and would I add these in the variant versions?

  2. #12
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,942

    Default Re: Process to add Favicon

    Hi John, this thread is about favicons that appear in the browser tab and alongside the bookmark listings.

    I really don't understand what you mean re "touch icons", could you explain further?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	favicon-example.png 
Views:	99 
Size:	4.1 KB 
ID:	111739  
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  3. #13
    Join Date
    Nov 2012
    Location
    East Geenbush, NY
    Posts
    17

    Default Re: Process to add Favicon

    These will show up on smart phones when website is visited frequently or book marked; code is supposed to be as follows:
    <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
    <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
    <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
    <link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
    <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
    <link rel="manifest" href="/manifest.json">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="msapplication-TileImage" content="/mstile-144x144.png">
    <meta name="theme-color" content="#ffffff">

  4. #14
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,942

    Default Re: Process to add Favicon

    Never used one before but a very simple way to do it is to create a square png in Xara (I used 192x192px @ 192dpi), export it via ftp to your root directory as apple-touch-icon.png.

    Seems to work for me.
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  5. #15
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,942

    Default Re: Process to add Favicon

    Did some more research into this, it's quite simple. Create a large square image in Xara. Export it as a png.

    Go to the link below & drop in your image. It converts it to several sizes of apple icons, favicons and Windows icons.

    Download the zip file and extract it to a folder named 'icons'

    Return to the previous page and copy the supplied code.

    Open it in Notepad and place /icons in front of the paths

    ie
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
    to
    <link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon-180x180.png">
    Copy all the code and in Xara open up your site and in Web Properties / Website / HTML Code HEAD and paste. Apply. Save & publish.

    In your ftp program (Filezilla for example) upload the icons folder.

    Works fine.

    http://iconogen.com/
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •