TUAW reader DoctaBu has come up with a novel way to use Webclips: creating a personal photo album. He realized he could have some fun with webclips by building an entire page of nothing but his friends' and family's pictures. He placed these all on a separate SpringBoard screen, which he can flick over to whenever he wants. Have you done something extraordinary or unique with Webclips? Let us know!













Reader Comments (Page 1 of 1)
1-17-2008 @ 3:32PM
Ryan said...
It would be cool if you could use those webclips as a shortcut to call up the person.
Reply
1-17-2008 @ 3:44PM
Chad MacDonald said...
If you have your own webserver/page you could
using
tel:555-555-1234
I believe
create a link to the below page first
go to it
then add the bookmark to home page
good luck
-----
Person's Name
if (document.referrer == '')
{
window.location="tel:555-555-1234"
}
-----
1-17-2008 @ 3:53PM
trik said...
You can do it...
Like Chad said, use the same way as creating your own webclip icons, but for the URL use the phone with the tell:// (include the slashes). When you click the icon, Safari opens and you are prompted to call the number, same as if you were to click a phone number in Safari.
like this:
if (document.referrer == '')
{
window.location="tel://555-555-1234"
}
1-17-2008 @ 4:16PM
eric said...
I'm sure someone will easily figure out how to - but could you create the webclip with someone's picture and have the url then be a phone link to create a page of "favorites" or speed-dials using the person's image? Seems like it isn't too far removed from this new feature...
Reply
1-17-2008 @ 4:23PM
trik said...
I've posted an example... feel free to use the source.
You'll need a place to save the web page to...
http://www.toeknuckle.com
Reply
1-17-2008 @ 4:24PM
trik said...
Obviously, access the http://www.toeknuckle.com from your iphone to see it work. From your computer to grab the source of the 2 files. The index.html and then the phone # html after you click on the number.
1-17-2008 @ 4:52PM
Jon said...
For an ipod touch this trick could also be used for e-mail could it not? what would one need to replace the tel:// with in the code to make it e-mail someone from safari?
Reply
1-17-2008 @ 5:44PM
Trik said...
you could use mailto:// but that will open the mail app not sure what it'll do without it
1-17-2008 @ 5:29PM
R Mitchell said...
the unfortunate part of using this method to add phone contacts to the home page is that it has to launch safari and then you also have to press another button to confirm the call. it would be great if we could just create home page buttons for icons directly from our contacts screen and could have one touch dialing without the confirmation dialog.
Reply
1-17-2008 @ 5:32PM
Alex said...
Yes, exactly. Is there a shortcut/link that goes straight to addressbook phone #, (such as a mailto or tel link)?
Also, if there's not, can you guys not see either Apple creating this, or this becoming part of one of the very first 3rd Party Apps. I was talking about this, about ten minutes after home screen icons came out.
1-17-2008 @ 6:00PM
trik said...
Yeah, I don't think it's very practical, I think going to favorites, via double click of home is much easier.
1-17-2008 @ 5:52PM
klime said...
I have playing around a lot with webclips and home page customization... i posted some of my disoveries at http://personafile.com/iPhone-apps.html nothing too shocking or i would have mentioned it here!
Reply