Pownce bookmarklet & activity
What’s the first obvious thing to make with the new Pownce API Leah just announced? A bookmarklet to post links quickly to Pownce. Add this sucker to your bookmarks bar and Pownce away, my friends.
javascript:var%20a;if%20(window.getSelection){a=window.getSelection();}else%20if%20(document.getSelection){a=document.getSelection();}else%20if(document.selection){a=document.selection.createRange().text;}if%20(a==''){a=document.title;}location.href='http://pownce.com/send/link/?url='+encodeURIComponent(location.href)+'&note_body='+encodeURIComponent(a)
If you’d rather use the activities feature of Internet Explorer 8, feel free to install the Pownce activity, which pretty much does the same thing as the bookmarklet. It’s also compatible with Firefox, courtesy of Michael Kaply’s activities extension.