PDA

View Full Version : iPhone Bookmark Logo


gary88
16th of January 2008 (Wed), 22:49
This is more of a personal favor than anything, but can we get a special logo for bookmarking the site on iPhones? They just came out with a new update that allows you to add internet bookmarks (web clips) to your home screen, and right now the logo is just a screenshot of the corner of the main forum page. Just something clean saying POTN (in red ;)) would be excellent. It's simple to do:

Design the icon, making it a 57x57 PNG.
Name it "apple-touch-icon.png".
Place the icon in your websites root folder

I'd appreciate it!

the_incubus
16th of January 2008 (Wed), 23:22
if Pekka is even willing to do it, how bout you create the icon and send it to him?

arumdevil
19th of January 2008 (Sat), 16:27
First you’ll want to create a 57×57 PNG. Then save it as apple-touch-icon.png. Upload it to the root folder of your website. Much like a favicon, you can override it with a simple line of code in your head tag.
<link rel="apple-touch-icon" href="/customIcon.png"/>