jovanzers / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Bookmarklet to tweet with Dabr #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r458.

Original comment by terence.eden on 10 Oct 2011 at 12:45