What would you like dabr to do?
I wish Dabr had a way to tweet the title/URL of a page you're viewing on your
browser. The most cross-platform way of doing this is via a bookmarklet.
How would you prefer dabr to do it?
Twitter's official mobile Website does it by accepting ?status=some text as a
PHP parameter on the URL, you could allow the same so the bookmarklet would be
something like this:
javascript:location.href='http://dabr.co.uk/?status='+encodeURIComponent(documen
t.title)+'%20'+encodeURIComponent(location.href)
Original issue reported on code.google.com by rafaell...@live.com on 10 Oct 2011 at 3:45
Original issue reported on code.google.com by
rafaell...@live.com
on 10 Oct 2011 at 3:45