viernes 30 de octubre de 2009

Save on Delicious (for the iPhone/iPod Touch)

To have Delicious on you iPhone, you can create a bookmark "Save on Delicious" in Safari and write as link the following text (cut&paste if you have 3.0 , if not you can try LazyText or have a good writing :) ):

This first version (hold this link copy and remove the first "R") is the original one, it creates a new window and you have the complete functionality for the tags, also the window closes itself when finished, but is not iPhone optimized:

javascript:(function(){f='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&';a=function(){if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))location.href=f+'jump=yes'};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()

This second one (hold this link copy and remove the first "R") comes from sillybean.net, doesn't open a new window and the page is the mobile version.

javascript:(function(){var newUrl='http://m.delicious.com/save?url=';var thisUrl=encodeURIComponent(location.href);var title='&title='+encodeURIComponent(document.title);location.href=newUrl+thisUrl+title;})();