/ Published in: HTML
Add a "Touch" icon to your website for bookmark icons on mobile platforms such as Android and iOS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<link rel="apple-touch-icon" href="<?php echo $includeURL; ?>images/touch-icon-57x57.png" /> <link rel="apple-touch-icon" sizes="72x72" href="<?php echo $includeURL; ?>images/touch-icon-72x72.png" /> <link rel="apple-touch-icon" sizes="114x114" href="<?php echo $includeURL; ?>images/touch-icon-114x114.png" />
URL: http://martindownton.eu/mobile-bookmark-touch-icons/