PDA

View Full Version : SmugMug iPhone Web-App Question


jheintz
Jul-13-2009, 02:41 PM
Is there a way to change SmugMug's default iPhone web-App icon? I'm talking about the Web-App icon not the iPhone App from the App Store.

imaginegreetings
Aug-01-2009, 12:53 AM
Is there a way to change SmugMug's default iPhone web-App icon? I'm talking about the Web-App icon not the iPhone App from the App Store.

I take it you mean the icon that appears when you put the bookmark on your home page.

First thing, create the icon. It must be 75x75, and can just be square with no shadowing. The iPhone will glassify it automatically. It is supposed to be named "apple-touch-icon.png" but, of course, SmugMug will rename it.

Put it into the "My SmugMug Site Files" gallery. Find out the URL of the image file.

Now, in the Control Panel>Advanced Site-Wide Customization, put the following into the Head Tag field:
<link rel="apple-touch-icon" href="http://<picture url>" />

Note that is NOT apple-itouch-icon!!

Log Out of SmugMug (this was the only way to make the header section update), and access the page on your iPhone. Tap '+' in Safari and see your icon in all its majestic glory.

jheintz
Aug-01-2009, 01:10 AM
I added that code to the head tag but SmugMug's default icon is still showing up. (as shown below) :dunno

http://heritageoaksyouth.smugmug.com/photos/607600338_8qain-O.png

richW
Aug-01-2009, 02:11 AM
I added that code to the head tag but SmugMug's default icon is still showing up. :dunno

Set the bookmark when you are on the non-iphone url. http://heritageoaksyouth.smugmug.com

Note, 'no shadowing', it will be added for you.

It should work.

28139

Scotto
Aug-04-2009, 08:06 AM
Works for me, I did however have to retain the apple-touch-logo file name which I hosted on my iDisk. - THANKS

jheintz
Aug-06-2009, 11:28 AM
Thanks for all your help.