Skip to content

Instantly share code, notes, and snippets.

@mattdot
Created March 15, 2011 14:30
Show Gist options
  • Save mattdot/870779 to your computer and use it in GitHub Desktop.
Save mattdot/870779 to your computer and use it in GitHub Desktop.
Add this script as a bookmark to get Timely to work on your iPad/iPhone
javascript:(function(){var%20w=500,h=225,l=Math.round((screen.width-w)/2),t=Math.round((screen.height-h)/2),d=document,s=w.getSelection?w.getSelection():d.title;if(s=='')s=d.title;window.ft=window.open('http://timely.flowtown.com/bookmarklet?s='+encodeURIComponent(s+'%20'+d.location),'','left='+l+',top='+(t%3E0?t:0)+',width='+w+',height='+h+',personalbar=0,toolbar=0,scrollbars=0,resizable=1');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment