Mobile Bookmark Touch Icons


/ Published in: HTML
Save to your folder(s)

Add a "Touch" icon to your website for bookmark icons on mobile platforms such as Android and iOS


Copy this code and paste it in your HTML
  1. <link rel="apple-touch-icon" href="<?php echo $includeURL; ?>images/touch-icon-57x57.png" />
  2. <link rel="apple-touch-icon" sizes="72x72" href="<?php echo $includeURL; ?>images/touch-icon-72x72.png" />
  3. <link rel="apple-touch-icon" sizes="114x114" href="<?php echo $includeURL; ?>images/touch-icon-114x114.png" />

URL: http://martindownton.eu/mobile-bookmark-touch-icons/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.